Skip to content

Commit 37c0481

Browse files
committed
Add classes
1 parent 76159d9 commit 37c0481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/check/accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function accountSelect(
7777
`
7878
: `
7979
<div style="display: flex; align-items: center;">
80-
<select id="account-select" onchange="window.accountSelect();">
80+
<select id="account-select" onchange="window.accountSelect();" class="bn-onboard-custom bn-onboard-account-select>
8181
${accountsAndBalances.map(
8282
(account: { balance: string; address: string }) =>
8383
`<option>${account.address} --- ${

0 commit comments

Comments
 (0)