Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Oct 2, 2024
1 parent b635a1e commit 5ef5250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/components/layout/site/AppLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
Expand Down

0 comments on commit 5ef5250

Please sign in to comment.