fix(dashboard): make kuromi wider
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m5s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m5s
This commit is contained in:
@@ -15,7 +15,7 @@ export function Kuromi() {
|
||||
const currentFrame = kuromiFrames[frameIndex]
|
||||
|
||||
return (
|
||||
<pre className="leading-none select-none font-mono text-black dark:text-neutral-100 scale-[5%]">
|
||||
<pre className="leading-none tracking-[0.6em] select-none font-mono text-black dark:text-white scale-[5%]">
|
||||
{currentFrame.map((line, index) => (
|
||||
// biome-ignore lint/suspicious/noArrayIndexKey: frame lines don't have unique identifiers
|
||||
<div key={index}>{line}</div>
|
||||
|
||||
Reference in New Issue
Block a user