add resource page view that more info redirects to

This commit is contained in:
Brandon Egger
2023-03-17 23:14:35 -05:00
parent 4c5466d673
commit 8de276bde5
8 changed files with 136 additions and 77 deletions

View File

@ -44,7 +44,7 @@ const NavBar = () => {
const Header: NextPage = () => {
return <>
<div id="logo-row" className="flex flex-row p-4 justify-center bg-neutral-800 z-50 drop-shadow-xl">
<div id="logo-row" className="flex flex-row p-4 justify-center border-b border-yellow bg-neutral-800 z-50 drop-shadow-xl">
<div>
<Image alt="Ear listening" src="/listening-ear.svg" width={64} height={64}/>
</div>