From 3575712d348fc5c94ae7f265c4f2b83fe1d44533 Mon Sep 17 00:00:00 2001 From: aryabenade Date: Tue, 31 Mar 2026 16:49:10 +0530 Subject: [PATCH] add postcard route in navbar --- src/components/Navbar.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 900f3b1..0dcef92 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -142,6 +142,13 @@ export default function Navbar({ path: '/faq', isShared: false }, + { + label: 'Your PostCard', + path: '/postcards', + isShared: true, + landingLabel: 'Your PostCard', + melbourneLabel: 'Your PostCard' + } ], melbourne: [ // Position 1 @@ -177,6 +184,13 @@ export default function Navbar({ isShared: true, landingLabel: 'Your Card', melbourneLabel: 'Your Card' + }, + { + label: 'Your PostCard', + path: '/postcards', + isShared: true, + landingLabel: 'Your PostCard', + melbourneLabel: 'Your PostCard' } ] };