Skip to content

Commit

Permalink
workaround logo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Feb 21, 2023
1 parent 77f95c6 commit c7ce102
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ export const wrapper = () => {
appMetadata: {
name: 'Rouge Ticket',
icon: '/logo.svg',
logo: 'https://rouge.network/icon.svg',
//logo: icon, side logo todo
logo: `<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
<image x="0" y="0" width="56" height="56" href="https://rouge.network/icon.svg" />
</svg>`,
description: 'Create & manage events on Web3',
explore: 'https://rouge.network/',
recommendedInjectedWallets: [
Expand Down

0 comments on commit c7ce102

Please sign in to comment.