diff --git a/web-app/src/components/layout/site/AppLayout/index.tsx b/web-app/src/components/layout/site/AppLayout/index.tsx index 1a18a83e..d8bf6a3f 100644 --- a/web-app/src/components/layout/site/AppLayout/index.tsx +++ b/web-app/src/components/layout/site/AppLayout/index.tsx @@ -21,7 +21,7 @@ export const AppLayout = ({ children }: AppLayoutProps) => ( sdkOptions={{ dappMetadata: { name: "Index Network", - url: typeof window !== 'undefined' ? window.location.href : "https://index.network", + url: typeof window !== "undefined" ? window.location.href : "https://index.network", }, infuraAPIKey: process.env.INFURA_API_KEY, }}