move table to resources page

This commit is contained in:
Brandon Egger
2023-03-16 18:18:12 -05:00
parent 79ee4dad61
commit 13e9c45f4d
3 changed files with 26 additions and 6 deletions

View File

@ -30,7 +30,7 @@ const NavBar = () => {
<li className="mx-auto max-w-5xl flex flex-row sm:justify-between px-4">
<ul id="left-nav-links" className="flex flex-row space-x-10">
<NavBarLink href='/' label='Home'/>
<NavBarLink dropdown href='/' label='Resources'/>
<NavBarLink dropdown href='/resources' label='Resources'/>
<NavBarLink href='/' label='About'/>
</ul>