mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-05 15:34:29 +01:00
fix: remove extra title
This commit is contained in:
@@ -145,8 +145,6 @@ export default function LinkingAccountModal({ onClose, direction, ...props }: Mo
|
||||
exit='exit'
|
||||
className="modal-card max-w-[442px] p-24 rounded-xl relative"
|
||||
>
|
||||
<IoClose className='absolute text-body2 top-24 right-24 hover:cursor-pointer' onClick={onClose} />
|
||||
<h2 className='text-h5 font-bold text-center'>Connect another ⚡️ wallet</h2>
|
||||
<IoClose className='absolute text-body2 top-24 right-24 hover:cursor-pointer' onClick={onClose} />
|
||||
<h2 className='text-h5 font-bold text-center'>Connect another ⚡️ wallet</h2>
|
||||
{content}
|
||||
|
||||
Reference in New Issue
Block a user