diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-12-14 03:32:29 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-12-14 03:32:29 +0000 |
| commit | 1e625b63361043cb32c23d7cb6160ddf548c0c0d (patch) | |
| tree | 4ca13a066aa4e9462b829015e81dedb856b6a0a0 /src-migrate/modules | |
| parent | 12fbd8895f605a5403bff49c7ba7fb9198af9608 (diff) | |
| parent | f22762cb1f2e7cb93bc839de03315c892d29d8ba (diff) | |
Merged in Feature/popup_information (pull request #122)
feeback go live, update width and height
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/popup-information/index.tsx | 4 |
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 f54e9f8a..96e82e1d 100644 --- a/src-migrate/modules/popup-information/index.tsx +++ b/src-migrate/modules/popup-information/index.tsx @@ -20,11 +20,11 @@ const PagePopupInformation = () => { <div className='group'> <Modal active={active} - className='!w-fit !bg-transparent !border-none' + className='!w-fit !bg-transparent !border-none overflow-hidden' close={() => setActive(false)} mode='desktop' > - <div> + <div className='w-[400px] md:w-[530px] '> <Link href={'/register'}> <PageContent path='/onbording-popup' /> </Link> |
