diff --git a/src/app/page.tsx b/src/app/page.tsx index 0327cb8..51ee333 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,9 @@ export default function Home() { key={index} className={`mt-4 px-4 w-60 py-2 rounded ${link.color.normal} hover:${link.color.hover}`} > - {link.title} + + {link.title} + );