summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-12 17:05:00 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-12 17:05:00 +0700
commit54b093ec81cd9733356e1f7a0bc06f192ed39380 (patch)
tree27a2f62e5fcf8c3f22fd9808b4d93a967b4d07b3
parent6b8427b18ab3cb5bcc83bceaf43cc7b712a83fa6 (diff)
delete button daftar di popup information
-rw-r--r--src-migrate/modules/popup-information/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/popup-information/index.tsx b/src-migrate/modules/popup-information/index.tsx
index 78e9dcf2..f54e9f8a 100644
--- a/src-migrate/modules/popup-information/index.tsx
+++ b/src-migrate/modules/popup-information/index.tsx
@@ -28,9 +28,9 @@ const PagePopupInformation = () => {
<Link href={'/register'}>
<PageContent path='/onbording-popup' />
</Link>
- <Link href={'/register'} className='btn-yellow w-full mt-2'>
+ {/* <Link href={'/register'} className='btn-yellow w-full mt-2'>
Daftar Sekarang
- </Link>
+ </Link> */}
</div>
</Modal>
</div>