Skip to content

Commit 23c9db9

Browse files
committed
Add icon to “AI Suite” section
1 parent 679744f commit 23c9db9

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
@@ -33,6 +33,7 @@ import {
3333
SocialGitHub,
3434
SocialTelegram,
3535
SocialX,
36+
Sparkle,
3637
Stack,
3738
Subgraph,
3839
Substreams,
@@ -135,6 +136,9 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
135136
if (routeWithoutLocale === '/token-api' || routeWithoutLocale.startsWith('/token-api/')) {
136137
return <APIToken alt="" />
137138
}
139+
if (routeWithoutLocale === '/ai-suite' || routeWithoutLocale.startsWith('/ai-suite/')) {
140+
return <Sparkle alt="" variant={selected ? 'fill' : 'regular'} />
141+
}
138142
if (routeWithoutLocale === '/indexing' || routeWithoutLocale.startsWith('/indexing/')) {
139143
return <RoleIndexer alt="" />
140144
}

0 commit comments

Comments
 (0)