Skip to content

Commit 3783197

Browse files
authored
Merge pull request #132 from blocknative/feature/render-html-description
Allow html to be rendered in wallet select modal. Closes #133
2 parents 52ff761 + 5f6d34b commit 3783197

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)