From 23d470e98803fb16693155660aee1ea369c8bca6 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Thu, 9 May 2024 12:29:34 +0800 Subject: [PATCH] fix logo --- src/store/web3authStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/web3authStore.ts b/src/store/web3authStore.ts index 67d85a3..cdc6203 100644 --- a/src/store/web3authStore.ts +++ b/src/store/web3authStore.ts @@ -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',