Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 9, 2024
1 parent c8a6fc5 commit 23d470e
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 @@ -42,8 +42,8 @@ export const useWeb3authStore = defineStore('web3auth', () => {
privateKeyProvider: privateKeyProvider,
uiConfig: {
uxMode: 'redirect',
logoDark: 'https://images.web3auth.io/web3auth-logo-w.svg',
logoLight: 'https://images.web3auth.io/web3auth-logo-w-light.svg',
logoLight: 'https://images.web3auth.io/web3auth-logo-w.svg',
logoDark: '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 23d470e

Please sign in to comment.