From 9c8959fe984ff0159cc3afeb257056e71c0ca4ff Mon Sep 17 00:00:00 2001 From: Amir Hossein Hashemi <87268103+amirhhashemi@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:04:25 +0330 Subject: [PATCH] Fix line-number alignment in hero (#993) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/ui/layout/hero.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/layout/hero.tsx b/src/ui/layout/hero.tsx index 99c0a899e..c62b2eec5 100644 --- a/src/ui/layout/hero.tsx +++ b/src/ui/layout/hero.tsx @@ -99,9 +99,7 @@ export const Hero: Component = () => { > {(_, index) => ( -
-														{(index + 1).toString().padStart(2, "0")}
-													
+
{(index + 1).toString().padStart(2, "0")}
)}