Skip to content

Commit

Permalink
styles: tailwind no underline
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Apr 18, 2024
1 parent aa30b24 commit 7c0c278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const { isHidden = true } = Astro.props
{
LINKS.map((data) =>
<HeaderLink href=`/${data}`
class="text-lg py-2.5 px-4 text-black decoration-0 hover:text-gray-600"
class="text-lg py-2.5 px-4 text-black no-underline hover:text-gray-600"
>{data.toUpperCase()}</HeaderLink>)
}
</div>
Expand Down

0 comments on commit 7c0c278

Please sign in to comment.