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