Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 30, 2024
2 parents 45c1295 + 9c8959f commit a1a7e53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/layout/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ export const Hero: Component = () => {
>
<Index each={snippetLines}>
{(_, index) => (
<pre class="pb-px">
{(index + 1).toString().padStart(2, "0")}
</pre>
<pre>{(index + 1).toString().padStart(2, "0")}</pre>
)}
</Index>
</div>
Expand Down

0 comments on commit a1a7e53

Please sign in to comment.