Contact Page
This commit is contained in:
@@ -19,11 +19,10 @@ type NavbarLayoutProps = {
|
||||
const NavbarLayout = ({ children }: NavbarLayoutProps) => {
|
||||
const { isAuthenticated, logOut } = useAuth()
|
||||
|
||||
// TODO: populate with buttons to other page
|
||||
const navbarRoutes: NavbarRoute[] = [
|
||||
{
|
||||
name: 'Test',
|
||||
path: routes.home(),
|
||||
name: 'Contact',
|
||||
path: routes.contact(),
|
||||
},
|
||||
]
|
||||
|
||||
@@ -32,6 +31,10 @@ const NavbarLayout = ({ children }: NavbarLayoutProps) => {
|
||||
name: 'Socials',
|
||||
path: routes.socials(),
|
||||
},
|
||||
{
|
||||
name: 'Portrait',
|
||||
path: routes.portrait(),
|
||||
},
|
||||
]
|
||||
|
||||
const navbarButtons = () =>
|
||||
|
||||
Reference in New Issue
Block a user