diff options
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 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> |
