From 524f1a36f8c11e019dce87d18d9b83fbdfed5796 Mon Sep 17 00:00:00 2001
From: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
Date: Mon, 23 Dec 2024 17:40:01 +0100
Subject: [PATCH] feat: sponsor button
---
src/pages/index.astro | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 7a59f80..d9eb3b2 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,7 +3,7 @@ import BaseHead from '../components/BaseHead.astro'
import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'
import { Image } from 'astro:assets'
import ImageAuthor from '@/components/ImageAuthor.astro'
-import { FaGithub, FaBlog, FaDiscord, FaMastodon, FaBluesky } from 'react-icons/fa6'
+import { FaGithub, FaBlog, FaDiscord, FaMastodon, FaBluesky, FaHeart } from 'react-icons/fa6'
import { SiOsu } from 'react-icons/si'
import Background from '../backgrounds.json'
@@ -33,6 +33,7 @@ const randomBackground = Background[Math.floor(Math.random() * Background.length
+