From baf71333cf068b09274a904a24fa4cc8ae1bc2a8 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 10 Nov 2023 18:37:35 +0200 Subject: [PATCH] links not working --- src/app/components/links.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/components/links.tsx b/src/app/components/links.tsx index 1b64ad8..2af472d 100644 --- a/src/app/components/links.tsx +++ b/src/app/components/links.tsx @@ -4,19 +4,14 @@ import Link from "next/link"; export default function Links() { - const links = [ - - - - , - - - - ] - return ( -
- {links} +
+ + + + + +
) }