Skip to content

Commit

Permalink
Merge pull request #189 from radixdlt/update-description
Browse files Browse the repository at this point in the history
fix: shorten message (132 chars limit)
  • Loading branch information
dawidsowardx authored Sep 28, 2023
2 parents 347e83f + d8663ed commit 388b4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const manifest = defineManifest(async () => {
name: 'Radix Wallet Connector',
version: `${major}.${minor}.${patch}`,
description:
'The Radix Connector browser extension is a companion to the Radix Wallet app for mobile. It links to your Radix Wallet and allows it to interact with dApps running on the Radix network in your Chrome browser. It also makes it possible to connect and use Ledger hardware wallet devices with your Radix Wallet.',
'Link your Radix Wallet and allow it to interact with dApps running on the Radix network in your Chrome browser.',
version_name: version === '0.0.0' ? versionName : version,
action: {
default_popup: 'src/pairing/index.html',
Expand Down

0 comments on commit 388b4a6

Please sign in to comment.