Skip to content

Commit

Permalink
fix: shorten message (132 chars limit)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Sep 28, 2023
1 parent 4caf9ce commit d8663ed
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 d8663ed

Please sign in to comment.