diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-12-05 15:09:52 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-12-05 15:09:52 +0700 |
| commit | 6b8427b18ab3cb5bcc83bceaf43cc7b712a83fa6 (patch) | |
| tree | 6e6146c7ba41eeadf6bf8085959347aa701eb124 /src-migrate/modules | |
| parent | 4ac372ff318ee78e5d5019a1dbe95bf47b661766 (diff) | |
add page content di formulir
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/popup-information/index.tsx | 6 |
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> |
