From de8688133fc2a5b35043bf77a2150289cb8033e2 Mon Sep 17 00:00:00 2001 From: julius Date: Mon, 24 Feb 2025 17:56:38 +0100 Subject: [PATCH] feat: add MPV to nav --- src/Footer.tsx | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/src/Footer.tsx b/src/Footer.tsx index ad739ef..ca4bb61 100644 --- a/src/Footer.tsx +++ b/src/Footer.tsx @@ -1,21 +1,23 @@ import { Link } from "react-router"; export default function Footer() { - return + return }