feat: add Contact route to navigation
This commit is contained in:
@@ -20,6 +20,10 @@ export const routes = [
|
|||||||
title: "Devices",
|
title: "Devices",
|
||||||
href: "/devices",
|
href: "/devices",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Contact",
|
||||||
|
href: "/contact",
|
||||||
|
},
|
||||||
// TODO: Add back when about page is implemented
|
// TODO: Add back when about page is implemented
|
||||||
// {
|
// {
|
||||||
// title: "About",
|
// title: "About",
|
||||||
|
|||||||
Reference in New Issue
Block a user