From 7bcee83d03d83728f68a5e61f0d9805a57a07347 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Tue, 28 Apr 2026 02:10:28 +0800 Subject: [PATCH] feat: add Contact route to navigation --- lib/routes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/routes.ts b/lib/routes.ts index 546e40f..a20e8b0 100644 --- a/lib/routes.ts +++ b/lib/routes.ts @@ -20,6 +20,10 @@ export const routes = [ title: "Devices", href: "/devices", }, + { + title: "Contact", + href: "/contact", + }, // TODO: Add back when about page is implemented // { // title: "About",