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")}
)}