diff --git a/src/pages/links.astro b/src/pages/links.astro index 41bd975..91d610a 100644 --- a/src/pages/links.astro +++ b/src/pages/links.astro @@ -39,19 +39,26 @@ const links: FriendLink[] = [ - + { links.map((link) => ( - - - {link.name} - {link.desc} + + + {link.name} + {link.desc} )) @@ -79,63 +86,4 @@ const links: FriendLink[] = [ - - - + \ No newline at end of file
{link.desc}