From 8589a3bc97190c3d3bbb7246ea517e7855abfeed Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:03:40 +0300 Subject: cleanup and styling --- src/components/ui/Background.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui/Background.astro') diff --git a/src/components/ui/Background.astro b/src/components/ui/Background.astro index 1093c17..f220487 100644 --- a/src/components/ui/Background.astro +++ b/src/components/ui/Background.astro @@ -6,6 +6,6 @@ export interface Props { const { isDark = false } = Astro.props; --- -
+
-- cgit v1.2.3