diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-07-31 11:02:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-07-31 11:02:58 +0000 |
| commit | 4cf94e241af5f95f567aac952dd990852026d23f (patch) | |
| tree | 5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/lib/auth/components/Menu.jsx | |
| parent | dc31efb2fec4c7b79917324d922ae820c4b5bb50 (diff) | |
| parent | 04961a55929017f77ee6801d2b7ada4c05689821 (diff) | |
Merged in cr/repeat-order (pull request #430)
Cr/repeat order
Diffstat (limited to 'src/lib/auth/components/Menu.jsx')
| -rw-r--r-- | src/lib/auth/components/Menu.jsx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/auth/components/Menu.jsx b/src/lib/auth/components/Menu.jsx index df33314c..20bc54fd 100644 --- a/src/lib/auth/components/Menu.jsx +++ b/src/lib/auth/components/Menu.jsx @@ -85,20 +85,6 @@ const Menu = () => { <div className='mt-2 mb-1 font-medium'>Menu</div> <div className='flex flex-col gap-y-2'> <LinkItem - href='/my/quotations' - active={routeStartWith('/my/quotations')} - className='' - > - <div className='flex gap-x-3 items-center'> - <ImageNext - src='/images/icon/icon_daftar_quotation.svg' - width={18} - height={20} - /> - <p>Daftar Quotation</p> - </div> - </LinkItem> - <LinkItem href='/my/transactions' active={routeStartWith('/my/transactions')} > |
