From 7e4fed89b1acc775541b9a9f35fc774de2f95509 Mon Sep 17 00:00:00 2001
From: Debjit Biswas
Date: Sun, 1 Dec 2024 10:18:56 +0530
Subject: [PATCH] fix: New donate button
---
src/components/Header.astro | 11 +++++------
src/icons/sponsor.svg | 1 +
src/pages/donate.astro | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
create mode 100644 src/icons/sponsor.svg
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 232a2c2..7fedb27 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -1,14 +1,13 @@
---
import HandHoldingHeartIcon from '../icons/hand-holding-heart.svg?raw';
+import SponsorIcon from '../icons/sponsor.svg?raw';
import LockIcon from '../icons/lock.svg?raw';
import MenuIcon from '../icons/menu.svg?raw';
import RegularDockLeftIcon from '../icons/regular-dock-left.svg?raw';
import SolidDockLeftIcon from '../icons/solid-dock-left.svg?raw';
import RegularDockRightIcon from '../icons/regular-dock-right.svg?raw';
import SolidDockRightIcon from '../icons/solid-dock-right.svg?raw';
-import Logo from '../icons/logo.svg?raw';
import LogoWithBackground from '../icons/logo-with-green-background.svg?raw';
-import FAQs from './FAQs.astro';
import ThemeSwitcher from './ThemeSwitcher.astro';
import {Actions} from './Actions.jsx';
import {FileActions} from './FileActions.jsx';
@@ -107,9 +106,9 @@ const avatarUrl = user?.user_metadata?.avatar_url || '/default-avatar.png'; // D
class="bmc-btn"
href="/donate"
>
-
-
- Donate
+
+
+ Contribute
- If you’re unable to donate, there are other ways to show your support:
+ If you’re unable to donate, there are other ways to show your support: