main #4

Merged
Hemant.Vishwakarma merged 9 commits from main into testing 2026-04-02 06:40:37 +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'
}
]
};