summaryrefslogtreecommitdiff
path: root/src-migrate/modules/popup-information
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/popup-information')
-rw-r--r--src-migrate/modules/popup-information/index.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src-migrate/modules/popup-information/index.tsx b/src-migrate/modules/popup-information/index.tsx
index 0d48a92a..78e9dcf2 100644
--- a/src-migrate/modules/popup-information/index.tsx
+++ b/src-migrate/modules/popup-information/index.tsx
@@ -20,12 +20,14 @@ const PagePopupInformation = () => {
<div className='group'>
<Modal
active={active}
- className='w-10/12 md:w-fit'
+ className='!w-fit !bg-transparent !border-none'
close={() => setActive(false)}
mode='desktop'
>
<div>
- <PageContent path='/onbording-popup' />
+ <Link href={'/register'}>
+ <PageContent path='/onbording-popup' />
+ </Link>
<Link href={'/register'} className='btn-yellow w-full mt-2'>
Daftar Sekarang
</Link>