From 8e12514f944623e55a651af0af3027f5b06b0132 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 23 Jun 2024 22:32:00 -0400 Subject: [PATCH] Ditch this component --- src/components/generic/Button.astro | 58 ----------------------------- 1 file changed, 58 deletions(-) delete mode 100644 src/components/generic/Button.astro diff --git a/src/components/generic/Button.astro b/src/components/generic/Button.astro deleted file mode 100644 index c1496c1..0000000 --- a/src/components/generic/Button.astro +++ /dev/null @@ -1,58 +0,0 @@ ---- -const { - // Primary Options - Icon, - Link, - - // Style - Color = "white", - Background = "#222222", - BorderColor = "#222222", - BorderWidth = "1px", - BorderRadius = "4px", - BackDrop, - - // Optionals Options - Target = "_self", - Onclick = "null", -} = Astro.props ---- - - - - - - \ No newline at end of file