1
0
Fork 0

chore(dev): Added contact page to nav structure

This commit is contained in:
Joost De Cock 2023-03-26 07:38:15 +02:00
parent 85c0916186
commit e4c45e2e9b
3 changed files with 17 additions and 5 deletions

View file

@ -37,7 +37,7 @@ export const Header = ({ app, setSearch }) => {
`}
>
<div className="m-auto" style={{ maxWidth: '1800px' }}>
<div className="p-2 flex flex-row gap-2 justify-between text-neutral-content">
<div className="p-0 px-4 flex flex-row gap-2 justify-between text-neutral-content">
<div className="flex flex-row items-center">
<button
className={`
@ -72,8 +72,7 @@ export const Header = ({ app, setSearch }) => {
hidden lg:flex
flex-row gap-4
justify-between
hover:text-secondary-focus
hover:bg-transparent
hover:bg-secondary hover:bg-opacity-50 rounded-none
`}
onClick={() => setSearch(true)}
>