Skip to content

Commit c5f6b5f

Browse files
Fix: Remove unused theme variable in Navbar.jsx
1 parent 603e1e3 commit c5f6b5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Navbar.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ import { SideSheet } from "@douyinfe/semi-ui";
55
import { IconMenu } from "@douyinfe/semi-icons";
66
import { socials } from "../data/socials";
77
import ThemeToggle from "./ThemeToggle";
8-
import { useTheme } from "../context/ThemeContext";
98

109
export default function Navbar() {
1110
const [openMenu, setOpenMenu] = useState(false);
12-
const { theme } = useTheme();
13-
1411
return (
1512
<>
1613
<div className="py-4 px-12 sm:px-4 flex justify-between items-center dark:bg-gray-800">

0 commit comments

Comments
 (0)