add: cart page locale

This commit is contained in:
Mahyar Khanbolooki
2025-07-30 01:10:14 +03:30
parent 0c41316411
commit 118daf7cc0
3 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ function BottomNavBar() {
<nav
className="h-full px-2 grid grid-cols-5 gap-x-2 text-[10px] items-end"
>
<BottomNavLink href={`/${name}/orders`} icon={<BagIcon width={20} height={20} />} value={t('Cart')} />
<BottomNavLink href={`/${name}/cart`} icon={<BagIcon width={20} height={20} />} value={t('Cart')} />
<BottomNavLink href={`/${name}/pager`} icon={<PagerIcon width={20} height={20} />} value={t('Pager')} />
<BottomNavHighlightLink
href={`/${name}`}