From 0dab223d410e1c6011bfb4e1e850dfe566c8d044 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Tue, 29 Aug 2023 14:11:23 +0700 Subject: add params etd di checkout --- src/pages/my/menu.jsx | 53 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 7 deletions(-) (limited to 'src/pages') diff --git a/src/pages/my/menu.jsx b/src/pages/my/menu.jsx index 8d209fba..124c87c9 100644 --- a/src/pages/my/menu.jsx +++ b/src/pages/my/menu.jsx @@ -6,6 +6,7 @@ import { deleteAuth } from '@/core/utils/auth' import IsAuth from '@/lib/auth/components/IsAuth' import { ChevronRightIcon, UserIcon } from '@heroicons/react/24/solid' import { useRouter } from 'next/router' +import ImageNext from 'next/image' export default function Menu() { const auth = useAuth() @@ -40,11 +41,38 @@ export default function Menu() { Aktivitas Pembelian
- Daftar Quotation - Daftar Transaksi - Daftar Pengiriman - Invoice & Faktur Pajak - Wishlist + + {' '} +
+ +

Daftar Quotation

+
+
+ +
+ +

Daftar Transaksi

+
+
+ +
+ +

Daftar Pengiriman

+
+
+ + {' '} +
+ +

Invoice & Faktur Pajak

+
+
+ +
+ +

Wishlist

+
+
@@ -52,7 +80,13 @@ export default function Menu() { Pusat Bantuan
- Layanan Pelanggan + + {' '} +
+ +

Layanan Pelanggan

+
+
@@ -60,7 +94,12 @@ export default function Menu() { Pengaturan Akun
- Daftar Alamat + +
+ +

Daftar Alamat

+
+
-- cgit v1.2.3