We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603e1e3 commit c5f6b5fCopy full SHA for c5f6b5f
src/components/Navbar.jsx
@@ -5,12 +5,9 @@ import { SideSheet } from "@douyinfe/semi-ui";
5
import { IconMenu } from "@douyinfe/semi-icons";
6
import { socials } from "../data/socials";
7
import ThemeToggle from "./ThemeToggle";
8
-import { useTheme } from "../context/ThemeContext";
9
10
export default function Navbar() {
11
const [openMenu, setOpenMenu] = useState(false);
12
- const { theme } = useTheme();
13
-
14
return (
15
<>
16
<div className="py-4 px-12 sm:px-4 flex justify-between items-center dark:bg-gray-800">
0 commit comments