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 566ebbc commit 06af58cCopy full SHA for 06af58c
src/app/(general)/_components/landing-page/navbar/index.tsx
@@ -1,7 +1,6 @@
1
import { Logo } from "@/components/ui/logo";
2
import { HStack } from "@/components/ui/stack";
3
import { ColorModeToggle } from "../../../../_components/navbar/color-mode-toggle";
4
-import { ThemeSwitcher } from "@/components/theme";
5
import { Button } from "@/components/ui/button";
6
import { AuthModal } from "../lib/auth-modal";
7
import { SiDiscord, SiGithub } from "@icons-pack/react-simple-icons";
@@ -34,7 +33,6 @@ export const Navbar = () => {
34
33
<SiDiscord className="size-4" />
35
</Button>
36
</Link>
37
- <ThemeSwitcher />
38
<div className="hidden sm:flex">
39
<ColorModeToggle />
40
</div>
0 commit comments