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} +
+ + + + + +
) }