From fd3f0b9f1bfce7459d2681498670c31cde0f3091 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 18:59:12 +0300 Subject: dark background --- src/components/widgets/Footer.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/components/widgets/Footer.astro') diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 55501ff..3008984 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -24,10 +24,10 @@ export interface Props { const { socialLinks = [], footNote = '', theme = 'light' } = Astro.props; --- -