Merge branch 'main' of ssh://git.peroxy.dev:222/renttrent/peroxy_site
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rei
2022-12-29 01:09:04 +01:00
6 changed files with 118 additions and 15 deletions

View File

@@ -5,9 +5,9 @@ import { motion, AnimatePresence } from "framer-motion";
import { Logo } from "./Logo";
const links = [
{ name: "blog", href: "/blog" },
{ name: "projects", href: "/projects" },
{ name: "github", href: "https://git.peroxy.dev/kookroach" },
{ name: "Blog", href: "/blog" },
{ name: "Projects", href: "/projects" },
{ name: "Gitea", href: "https://git.peroxy.dev/kookroach" },
];
export const Navbar = () => {
const [showMenu, setShowMenu] = useState(false);