Skip to content

Commit 95670d9

Browse files
Adjusting Layout.tsx
1 parent 8a1d5d2 commit 95670d9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

website/src/layout/Layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
180180
if (routeWithoutLocale === '/about' || routeWithoutLocale.startsWith('/about/')) {
181181
return <TheGraph alt="" />
182182
}
183-
if (routeWithoutLocale === '/ai-overview' || routeWithoutLocale.startsWith('/ai-overview/')) {
184-
return <TheGraph alt="" />
185-
}
186183
if (routeWithoutLocale === '/supported-networks' || routeWithoutLocale.startsWith('/supported-networks/')) {
187184
return <Stack alt="" variant={selected ? 'fill' : 'regular'} />
188185
}

0 commit comments

Comments
 (0)