Skip to content

Commit

Permalink
fix: delete X from hero
Browse files Browse the repository at this point in the history
  • Loading branch information
arian81 committed Sep 24, 2024
1 parent 209e8d2 commit 58efcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { id } = Astro.props;
<h1
class="text-5xl font-extrabold leading-tight tracking-tight sm:text-7xl sm:leading-normal md:text-8xl lg:text-9xl"
>
DELTA<wbr />HACKS<span class="text-rose-600">X</span>
DELTA<wbr />HACKS
</h1>
<!-- RGBA(231, 34, 80, 1) -->
<p
Expand Down

0 comments on commit 58efcbf

Please sign in to comment.