From e864903261fa7518fe1f636e1289fb08ae1112c2 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 17 Dec 2025 12:37:20 -0800 Subject: [PATCH] use border-top instead of hr --- src/components/footer.astro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 9d7c471..7c1980a 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -5,7 +5,6 @@ import { Icon } from 'astro-icon/components'; const currentYear = new Date().getFullYear(); ---