Skip to content

Commit

Permalink
Fix: safe logo for WC
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 1, 2023
1 parent 58815b3 commit fff1d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const createOnboard = (
appMetadata: {
name: 'Safe{Wallet}',
// Both heights need be set to correctly size the image in the connecting screen/modal
icon: '<svg height="100%"><image href="/images/safe-logo-green.png" height="100%" /></svg>',
icon: 'https://app.safe.global/images/safe-logo-green.png',
description: 'Please select a wallet to connect to Safe{Wallet}',
recommendedInjectedWallets: getRecommendedInjectedWallets(),
},
Expand Down

0 comments on commit fff1d73

Please sign in to comment.