Skip to content

Commit

Permalink
Fix: new Safe logo for onboard/walletconnect (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Nov 2, 2023
1 parent 90aaa5c commit bdd207e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions public/images/logo-round.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/services/onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},

Expand Down

0 comments on commit bdd207e

Please sign in to comment.