Open guides in new tab (#2550)

This commit is contained in:
ekzyis 2025-09-22 19:49:40 +02:00 committed by GitHub
parent 94177af702
commit 256cb794a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ export function WalletMultiStepForm ({ wallet }) {
<WalletLayoutImageOrName name={wallet.name} maxHeight='80px' />
</WalletLayoutHeader>
{guideUrl && (
<Link href={guideUrl} className='text-center text-reset fw-bold text-underline'>
<Link href={guideUrl} className='text-center text-reset fw-bold text-underline' target='_blank' rel='noreferrer'>
<InfoIcon width={18} height={18} className='mx-1' />
guide
</Link>