Skip to content

Commit b9dab78

Browse files
committed
feat: add link to thirdweb logo
1 parent 81ec2bc commit b9dab78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/views/connect/Sidebar.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@
284284
</div>
285285
{/if}
286286
<div>
287-
{@html poweredByThirdweb}
287+
<a href="https://thirdweb.com/" target="_blank">
288+
{@html poweredByThirdweb}
289+
</a>
288290
</div>
289291
</div>

0 commit comments

Comments
 (0)