From 17b4f25ff10e09a917203e67cf963cac8358de1a Mon Sep 17 00:00:00 2001 From: MAZE Date: Thu, 1 Feb 2024 21:59:08 +0330 Subject: [PATCH] feat: add donation header --- src/components/donate.astro | 56 +++++++++++++++++++++++++++++++++++++ src/components/hero.astro | 2 +- src/pages/index.astro | 2 ++ 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 src/components/donate.astro diff --git a/src/components/donate.astro b/src/components/donate.astro new file mode 100644 index 0000000..2eb98ab --- /dev/null +++ b/src/components/donate.astro @@ -0,0 +1,56 @@ +--- +import { Container } from '@/components/container'; +--- + + +
+

+ Enjoy Moodist? + Support with a donation! + +

+
+
+ + diff --git a/src/components/hero.astro b/src/components/hero.astro index f4b1765..6921eb9 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -37,7 +37,7 @@ const count = soundCount();