Reduce navigation items to a single row.

main
Joshua Potter 2023-12-06 09:21:57 -07:00
parent a75abbe67d
commit e927eab560
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ function Navigation() {
<nav className="mt-px font-display text-5xl font-medium tracking-tight text-white">
<NavigationRow>
<NavigationItem href="/about/">About Us</NavigationItem>
</NavigationRow>
<NavigationRow>
<NavigationItem href="/contact/">Contact Us</NavigationItem>
</NavigationRow>
</nav>