Skip to content

Commit 5f6d34b

Browse files
committed
Allow html to be rendered in wallet select modal
1 parent 52ff761 commit 5f6d34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/WalletSelect.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<ModalHeader icon={walletIcon} heading={modalData.heading} />
202202
{#if !selectedWalletModule}
203203
<p class="bn-onboard-custom bn-onboard-select-description">
204-
{modalData.description}
204+
{@html modalData.description}
205205
</p>
206206
<Wallets {modalData} {handleWalletSelect} {loadingWallet} />
207207
<div class="bn-onboard-custom bn-onboard-select-info-container">

0 commit comments

Comments
 (0)