Skip to content

Commit 8712513

Browse files
authored
Merge pull request #2363 from blocknative/feature/tw-link
2 parents 81ec2bc + 23fdc33 commit 8712513

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/connect?utm_source=cw_text" target="_blank">
288+
{@html poweredByThirdweb}
289+
</a>
288290
</div>
289291
</div>

0 commit comments

Comments
 (0)