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 54d0571 commit 29d22f9Copy full SHA for 29d22f9
src/components/layouts/Header.tsx
@@ -4,7 +4,7 @@ import React, { useState, useEffect } from "react";
4
import { motion, AnimatePresence, easeInOut } from "framer-motion";
5
import { Menu, X } from "lucide-react";
6
import Link from "next/link";
7
-import Logo from "../ui/Logo";
+import Logo from "../ui/logo";
8
import DarkModeSwitch from "../ui/dark-mode-switch";
9
import Image from "next/image";
10
import { DISCORD_URL, GITHUB_URL } from "@/data/meta";
0 commit comments