From 59541333fcf4d0798d2b90bd92d1f6ec01c93893 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Fri, 17 May 2024 16:32:11 +0800 Subject: [PATCH] invert logos --- 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 b2eb239..ba068a6 100644 --- a/src/store/web3authStore.ts +++ b/src/store/web3authStore.ts @@ -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',