fix: typo on no-webln modal

This commit is contained in:
MTG2000
2022-08-10 12:02:47 +03:00
parent 547bf3522f
commit 4e0c42a69f

View File

@@ -62,7 +62,7 @@ export default function NoWeblnModal({ onClose, direction, ...props }: ModalCard
className="modal-card max-w-[343px] 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'>No WebLB Detected</h2>
<h2 className='text-h5 font-bold'>No WebLN Detected</h2>
{content}
</motion.div>
)