Skip to content

Commit 77c7eb7

Browse files
committed
Add Hypergraph logo to sidebar
1 parent ca51f34 commit 77c7eb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/src/layout/Layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
BookOpenText,
3737
Files,
3838
House,
39+
Hypergraph,
3940
MagnifyingGlass,
4041
RoleIndexer,
4142
SidebarSimple,
@@ -199,6 +200,9 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
199200
if (routeWithoutLocale === '/token-api' || routeWithoutLocale.startsWith('/token-api/')) {
200201
return <APIToken alt="" />
201202
}
203+
if (routeWithoutLocale === '/hypergraph' || routeWithoutLocale.startsWith('/hypergraph/')) {
204+
return <Hypergraph alt="" />
205+
}
202206
if (routeWithoutLocale === '/ai-suite' || routeWithoutLocale.startsWith('/ai-suite/')) {
203207
return <Sparkle alt="" variant={selected ? 'fill' : 'regular'} />
204208
}

0 commit comments

Comments
 (0)