arya-branch #3

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