diff --git a/astro/src/components/footer/Footer.astro b/astro/src/components/footer/Footer.astro index 730e89f..a866638 100644 --- a/astro/src/components/footer/Footer.astro +++ b/astro/src/components/footer/Footer.astro @@ -24,11 +24,13 @@ const footer = await getFooter(); ) } { footer.columns.map((column) => ( -
+

{column.title}

-
+
{column.links.map((link) => ( - {link.text} + + {link.text} + ))}
@@ -38,7 +40,7 @@ const footer = await getFooter(); { footer.socials !== null && (
{ footer.socials.map((social) => ( - + ) }