Skip to content

Commit d016272

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.24.0",
3+
"version": "2.24.1",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

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)