Skip to content

Commit 183192b

Browse files
authored
Merge pull request #1119 from kleros/fix(web)/wallet-logo-fix
fix(web): wallet-logo-fix
2 parents 5be2a1f + 4eaa6c7 commit 183192b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/context/Web3Provider.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ const Web3Provider: React.FC<{ children: React.ReactNode }> = ({ children }) =>
4242
"--w3m-background-color": theme.primaryPurple,
4343
"--w3m-overlay-background-color": "rgba(0, 0, 0, 0.6)",
4444
"--w3m-overlay-backdrop-filter": "blur(3px)",
45-
"--w3m-logo-image-url":
46-
"https://github.com/kleros/kleros-v2/blob/feat(web)/wallet-connect-themes/docs/kleros-logo-white.png?raw=true",
45+
"--w3m-logo-image-url": "https://github.com/kleros/kleros-v2/blob/dev/docs/kleros-logo-white.png?raw=true",
4746
"--w3m-color-bg-1": theme.lightBackground,
4847
}}
4948
{...{ projectId, ethereumClient }}

0 commit comments

Comments
 (0)