fix(dashboard): make kuromi wider
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
2025-11-01 01:29:06 +00:00
parent 0db96869e1
commit 8093f563f9

View File

@@ -15,7 +15,7 @@ export function Kuromi() {
const currentFrame = kuromiFrames[frameIndex] const currentFrame = kuromiFrames[frameIndex]
return ( 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) => ( {currentFrame.map((line, index) => (
// biome-ignore lint/suspicious/noArrayIndexKey: frame lines don't have unique identifiers // biome-ignore lint/suspicious/noArrayIndexKey: frame lines don't have unique identifiers
<div key={index}>{line}</div> <div key={index}>{line}</div>