Skip to content

Commit cb16d0c

Browse files
authored
Merge pull request #234 from blocknative/fix/link-hover
Make sure link has pointer cursor when hovered. Closes #230
2 parents a39a510 + 4a3e567 commit cb16d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const extensionInstallMessage = (helpers: {
3131
<p style="font-size: 0.889rem; font-family: inherit; margin: 0.889rem 0;">
3232
You'll need to install <b>${selectedWallet}</b> to continue. Once you have it installed, go ahead and
3333
<span
34-
class="bn-clickable"
34+
class="bn-onboard-clickable"
3535
style="color: #4a90e2; font-size: 0.889rem; font-family: inherit;"
3636
onclick={window.location.reload();}>
3737
refresh the page.

0 commit comments

Comments
 (0)