File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default function HomePage() {
5050 < div className = "flex flex-col ml-[-10] sm:flex-row gap-4 mt-8" >
5151 < Link
5252 href = "/docs"
53- className = "w-full sm:w-auto px-5 py-3 hover:bg-fd-secondary hover:text-fd-primary text-fd-foreground rounded-full transition-all flex items-center justify-center gap-2 group"
53+ className = "w-full sm:w-auto px-5 py-3 font-bold hover:bg-fd-secondary hover:text-fd-primary text-fd-foreground rounded-full transition-all flex items-center justify-center gap-2 group"
5454 >
5555 Get Started
5656 < ArrowRight className = "w-4 h-4 group-hover:translate-x-1 transition-transform" />
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ export default function Layout({ children }: LayoutProps<"/">) {
1111 return (
1212 < html lang = "en" className = { inter . className } suppressHydrationWarning >
1313 < body className = "flex flex-col min-h-screen" >
14- < RootProvider search = { { SearchDialog : DefaultSearchDialog } } >
14+ < RootProvider
15+ search = { { SearchDialog : DefaultSearchDialog } }
16+ theme = { { defaultTheme : "dark" } }
17+ >
1518 { children }
1619 </ RootProvider >
1720 </ body >
You canβt perform that action at this time.
0 commit comments