Skip to content

Commit d310875

Browse files
committed
website: add a drawer-based Kapa Ask AI prototype
Wire the docs header to a Kapa sidebar experience. Made-with: Cursor Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
1 parent 0f32e1a commit d310875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function RootLayout({
7575
</head>
7676
<body>
7777
<MantineProvider theme={theme} defaultColorScheme="auto">
78-
<KapaWidget variant="modal" />
78+
<KapaWidget variant="drawer" />
7979
<AppShell header={{ height: "var(--header-height)" }}>
8080
<Header announcement={activeAnnouncement} />
8181

0 commit comments

Comments
 (0)