From bb24ff39517052996c45ef00f71b8c46b321560d Mon Sep 17 00:00:00 2001 From: Ara Nicole Santos Date: Sat, 4 Apr 2026 04:00:14 -0500 Subject: [PATCH 1/2] Remove election 2026 from routes or nav bar --- src/data/routes.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/data/routes.ts b/src/data/routes.ts index b21931d..8cd646f 100644 --- a/src/data/routes.ts +++ b/src/data/routes.ts @@ -6,12 +6,6 @@ interface IRoute { } export const Routes: IRoute[] = [ - { - title: 'Elections 2026', - href: '/elections', - image: '/img/backgrounds/home.jpg', - showInNavbar: true, - }, { title: 'Home', href: '/', From 3aeba7db79821e80f886dfd68085d5f57541c33b Mon Sep 17 00:00:00 2001 From: Ara Nicole Santos Date: Sat, 4 Apr 2026 18:52:46 -0500 Subject: [PATCH 2/2] Remove election package link --- src/app/elections/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/elections/page.tsx b/src/app/elections/page.tsx index 604b208..eb36300 100644 --- a/src/app/elections/page.tsx +++ b/src/app/elections/page.tsx @@ -12,15 +12,6 @@ export default function Elections() {
- - -