diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-26 17:23:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-26 17:23:52 +0700 |
| commit | b02510e26e7e9bc292a1779bd23801014b94aad4 (patch) | |
| tree | 74f0892f8389d563367f296d5005ab44e8cec446 /src/pages/my | |
| parent | 0a548e87febeab3d25ba7d5270b73b757f130b26 (diff) | |
flash sale and countdown
Diffstat (limited to 'src/pages/my')
| -rw-r--r-- | src/pages/my/menu.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/my/menu.jsx b/src/pages/my/menu.jsx index e7ae27fd..c8e1e7e9 100644 --- a/src/pages/my/menu.jsx +++ b/src/pages/my/menu.jsx @@ -40,6 +40,7 @@ export default function Menu() { <MenuHeader>Aktivitas Pembelian</MenuHeader> <div className='divide-y divide-gray_r-6 border-y border-gray_r-6 mt-4'> + <LinkItem href='/my/quotations'>Daftar Quotation</LinkItem> <LinkItem href='/my/transactions'>Daftar Transaksi</LinkItem> <LinkItem href='/my/invoices'>Invoice & Faktur Pajak</LinkItem> <LinkItem href='/my/wishlist'>Wishlist</LinkItem> |
