From 287facc7f80da052c98e0b540e5ed822d0263aa9 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 13 Sep 2024 20:56:03 +0100 Subject: [PATCH] i hate and love eslint --- src/components/footer.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index b32f043..ba78a9e 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,4 +1,3 @@ -import NavbarButton from "@/components/navbar/navbar-button"; import Link from "next/link"; import { getBuildInformation } from "@/common/website-utils"; @@ -29,7 +28,11 @@ export default function Footer() {
{items.map((item, index) => { return ( - + {item.name} );