From 9d0de2c863bf20bf502de45499bfa66a210bb384 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 7 Nov 2024 18:15:49 +0100 Subject: [PATCH] fix: make the heading in the footer bold --- components/Footer.jsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 38fdebd..68bb85d 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -15,14 +15,12 @@ function Footer() {
-
- Quick links -
+
Quick links
{footerLinks.otherPages.map((link) => ( {link.label} @@ -31,12 +29,12 @@ function Footer() {
-
Resources
+
Resources
{footerLinks.resources.map((link) => ( {link.label} @@ -45,10 +43,8 @@ function Footer() {
-
Social
-

- {footerLinks.social.supportText} -

+
Social
+

{footerLinks.social.supportText}