We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775d974 commit acf0d1dCopy full SHA for acf0d1d
src/components/Popups/PasskeyInfoPopup.tsx
@@ -60,9 +60,9 @@ const PasskeyInfoPopup = () => {
60
</svg>
61
</button>
62
</div>
63
- <div className="mb-6">
64
- <p className="mb-2">{t('passkeyInfoPopup.description1')}</p>
65
- <p className="mb-2">{t('passkeyInfoPopup.description2')}</p>
+ <div className="mb-6 space-y-2">
+ <p>{t('passkeyInfoPopup.description1')}</p>
+ <p>{t('passkeyInfoPopup.description2')}</p>
66
67
<ul>
68
{Object.entries(passKeyTypes).map(([key, { label, description, icon: Icon }]) => (
0 commit comments