diff --git a/app/page.tsx b/app/page.tsx index cb69eaf..ca26827 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -18,8 +18,8 @@ export default async function Home() {
- Solid - DeveloperGroup + Solid + DeveloperGroup
@@ -27,10 +27,10 @@ export default async function Home() {

Documentation and Other Resources

{linksList.length ? ( linksList.map((element: { name: string, url: string }) => ( - <> +

{element.name}

{element.url} - +
)) ) :

Loading...

}