diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-22 12:40:16 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-22 12:40:16 +0700 |
| commit | 138206777970e2a2659d4de0a1a9722038851a14 (patch) | |
| tree | f1088723ad0e8faca93f0975d7488000d52a3590 /src-migrate | |
| parent | 8456bd17207e349c717d062fcc6fe4d032da1334 (diff) | |
<iman> update bagian navbar dan judul halaman all promotion
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/constants/menu.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/constants/menu.ts b/src-migrate/constants/menu.ts index d1adebca..e3e7b0c6 100644 --- a/src-migrate/constants/menu.ts +++ b/src-migrate/constants/menu.ts @@ -2,6 +2,9 @@ import { SecondaryNavItemProps } from '~/types/nav'; export const SECONDARY_MENU_ITEMS: SecondaryNavItemProps[] = [ { + label: 'Semua Promo', + href: '/shop/promo', + },{ label: 'Semua Brand', href: '/shop/brands', }, |
