From 642568aedb711a924ef1bf979fb5816676f5919b Mon Sep 17 00:00:00 2001 From: espinozasenior Date: Thu, 17 Oct 2024 01:47:16 -0500 Subject: [PATCH] style: :lipstick: footer part 1 and some small bugs fixes --- src/components/widgets/Brands.astro | 2 +- src/components/widgets/Footer.astro | 62 ++++++++++++++-------------- src/components/widgets/Pricing.astro | 2 +- src/pages/index.astro | 2 +- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/components/widgets/Brands.astro b/src/components/widgets/Brands.astro index 615b8c1..506e3bf 100644 --- a/src/components/widgets/Brands.astro +++ b/src/components/widgets/Brands.astro @@ -29,7 +29,7 @@ const { (image) => image.src && (
- {image.alt + {image.alt
) ) diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index ca7e68e..ff0ada9 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -29,12 +29,12 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme