Skip to content

Commit

Permalink
invert logos
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 17, 2024
1 parent 42ad21d commit 5954133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/web3authStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const useWeb3authStore = defineStore('web3auth', () => {
privateKeyProvider: privateKeyProvider,
uiConfig: {
uxMode: 'redirect',
logoLight: 'https://images.web3auth.io/web3auth-logo-w.svg',
logoDark: 'https://images.web3auth.io/web3auth-logo-w-light.svg',
logoDark: 'https://images.web3auth.io/web3auth-logo-w.svg',
logoLight: 'https://images.web3auth.io/web3auth-logo-w-light.svg',
// logoDark: 'https://images.web3auth.io/login-farcaster-active.svg',
// logoLight: 'https://images.web3auth.io/login-farcaster-light.svg',
mode: 'light',
Expand Down

0 comments on commit 5954133

Please sign in to comment.