This commit is contained in:
@@ -5,9 +5,9 @@ import { motion, AnimatePresence } from "framer-motion";
|
|||||||
import { Logo } from "./Logo";
|
import { Logo } from "./Logo";
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{ name: "blog", href: "/blog" },
|
{ name: "Blog", href: "/blog" },
|
||||||
{ name: "projects", href: "/projects" },
|
{ name: "Projects", href: "/projects" },
|
||||||
{ name: "github", href: "https://git.peroxy.dev/kookroach" },
|
{ name: "Gitea", href: "https://git.peroxy.dev/kookroach" },
|
||||||
];
|
];
|
||||||
export const Navbar = () => {
|
export const Navbar = () => {
|
||||||
const [showMenu, setShowMenu] = useState(false);
|
const [showMenu, setShowMenu] = useState(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user