From eeea8a69304ce57d54967c4b01f4edc5a8bcda61 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 2 Jul 2023 12:02:39 +0100 Subject: [PATCH] made the whole button clickable --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e19a81..f32ee19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,16 +23,19 @@ export default function Home() {
{Config.links.map((link, index) => { return ( - <> - - + {link.title} +
+ ); })}