From 9be64359becc42785395b9811d29031083807d11 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Tue, 5 May 2026 02:12:16 +0800 Subject: [PATCH] fix: remove Updates from navigation routes --- lib/routes.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/routes.ts b/lib/routes.ts index 6502de5..6c887c5 100644 --- a/lib/routes.ts +++ b/lib/routes.ts @@ -19,10 +19,6 @@ export const routes = [ title: "Devices", href: "/devices", }, - { - title: "Updates", - href: "/updates", - }, { title: "Contact", href: "/contact",