Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed May 20, 2024
1 parent 6008d62 commit 6498081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import "./index.module.css";
import { PlayArrowOutlined } from "@mui/icons-material";
import { useTitleBar } from "../components/useTitleBar";
import { useSm } from "../components/useSm";
import BrowserOnly from "@docusaurus/BrowserOnly";

function Content() {
const sm = useSm();
Expand Down Expand Up @@ -55,7 +56,7 @@ function Content() {
}),
}}
>
<AppBar />
<BrowserOnly>{() => <AppBar />}</BrowserOnly>
<Box>
<Box
sx={{
Expand Down

0 comments on commit 6498081

Please sign in to comment.