main #31

Merged
Rajendra.Reddy merged 113 commits from main into uat-beta 2026-04-24 14:43:26 +00:00
Showing only changes of commit 3575712d34 - Show all commits

View File

@@ -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'
}
]
};