From e8abbd26f84c5ad03096f2ebdadf9b70cc295c5d Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Sun, 7 Jul 2024 20:44:35 +0100 Subject: [PATCH] Update button styling --- src/components/ui/Button.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/Button.astro b/src/components/ui/Button.astro index 5827b31..6a2dc62 100644 --- a/src/components/ui/Button.astro +++ b/src/components/ui/Button.astro @@ -5,7 +5,7 @@ const { class: className, ...rest } = Astro.props;