Skip to content

Commit

Permalink
initial blackout fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Feb 7, 2025
1 parent 937515c commit d681300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/home.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MantineProvider } from "@mantine/core";
import { ColorSchemeScript, MantineProvider } from "@mantine/core";
import "@mantine/core/styles.css";
import ComparisonTable from "./home-utils/comparison-table";
import Features from "./home-utils/features";
Expand All @@ -10,7 +10,8 @@ import SupportHome from "./home-utils/support-home";
export default function Home() {
return (
<main>
<MantineProvider>
<MantineProvider defaultColorScheme="light" forceColorScheme="light">
<ColorSchemeScript />
<Hero />
<Features />
<HowItWorks />
Expand Down
2 changes: 1 addition & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config = {

docsRepositoryBase: "https://github.com/cresteem/Hawk.js-DocSite/tree/main",

nextThemes: { defaultTheme: "Light" },
nextThemes: { defaultTheme: "light" },
sidebar: {
toggleButton: true,
},
Expand Down

0 comments on commit d681300

Please # to comment.