diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 63a0c7c..cede263 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -8,7 +8,7 @@ import Image from "next/image"; const navigation = [ { name: "Overview", href: "/" }, { name: "Pricing", href: "/pricing" }, - { name: "Discord", href: "https://discord.com/invite/invalid" }, + { name: "Github", href: "https://github.com/MarconLP/snapify" }, ]; export default function Header() {