replace discord with github link

This commit is contained in:
MarconLP 2023-05-11 15:50:07 +02:00
parent 11634733ea
commit 61ddc2cc46
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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() {