From 8093f563f98662cf5713a9695c4ecc4425be7847 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sat, 1 Nov 2025 01:29:06 +0000 Subject: [PATCH] fix(dashboard): make kuromi wider --- apps/dashboard/src/kuromi.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/kuromi.tsx b/apps/dashboard/src/kuromi.tsx index ed9a9f8..ff7096d 100644 --- a/apps/dashboard/src/kuromi.tsx +++ b/apps/dashboard/src/kuromi.tsx @@ -15,7 +15,7 @@ export function Kuromi() { const currentFrame = kuromiFrames[frameIndex] return ( -
+		
 			{currentFrame.map((line, index) => (
 				// biome-ignore lint/suspicious/noArrayIndexKey: frame lines don't have unique identifiers
 				
{line}