From 698192ff0d54a2dd5a8f00c4f58b82fb6ee0899a Mon Sep 17 00:00:00 2001 From: Guus van Meerveld Date: Fri, 10 Feb 2023 19:55:22 +0100 Subject: [PATCH] Fix footer links to link to gitea --- src/components/Footer.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f14901b..dea584e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -3,6 +3,7 @@ import { FC } from "react"; import Link from "next/link"; import multipleClassNames from "@utils/multipleClassNames"; +import { giteaServerUrl, giteaUsername } from "@utils/config"; import styles from "./footer.module.scss"; @@ -14,10 +15,8 @@ const Footer: FC = () => {

Guus van Meerveld

- - Github + + Git ·