Add anchor component

This commit is contained in:
2024-03-12 22:09:53 +00:00
parent 878423aeff
commit d5bad76fb0
10 changed files with 32 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
<nav class="flex items-center justify-center py-12 space-x-8 fade-in">
<nav class="flex items-center justify-center py-12 space-x-8">
<NavLink href="/" Match="NavLinkMatch.All" ActiveClass="border-l-2 border-r-2 px-2 rounded">
Home
</NavLink>