diff --git a/public/images/logo-round.svg b/public/images/logo-round.svg new file mode 100644 index 0000000000..7782f914a7 --- /dev/null +++ b/public/images/logo-round.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/services/onboard.ts b/src/services/onboard.ts index 280a72e565..2d1b266cba 100644 --- a/src/services/onboard.ts +++ b/src/services/onboard.ts @@ -50,9 +50,8 @@ export const createOnboard = ( appMetadata: { name: 'Safe{Wallet}', - // Both heights need be set to correctly size the image in the connecting screen/modal - icon: 'https://app.safe.global/images/safe-logo-green.png', - description: 'Please select a wallet to connect to Safe{Wallet}', + icon: location.origin + '/images/logo-round.svg', + description: 'Safe{Wallet} – smart contract wallet for Ethereum (ex-Gnosis Safe multisig)', recommendedInjectedWallets: getRecommendedInjectedWallets(), },