From a18502ad9b57d91e4def270c1c94c7cbf27dce2a Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 23 Sep 2025 13:11:49 -0700 Subject: [PATCH] chore: font awesome for icons --- data/donate.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/donate.yml b/data/donate.yml index 1765842..30fcb48 100644 --- a/data/donate.yml +++ b/data/donate.yml @@ -1,60 +1,60 @@ - name: "OpenCollective" description: "Our main financial ledger, all income and expenses are tracked here." url: "https://opencollective.com/nhcarrigan" - icon: "https://opencollective.com/favicon.ico" + icon: "fas fa-heart" foreground: "#000000" background: "#F5F5F5" - name: "Discord" description: "Our community hub for discussion and collaboration." url: "https://chat.nhcarrigan.com" - icon: "https://discord.com/favicon.ico" + icon: "fab fa-discord" foreground: "#ffffff" background: "#5865F2" - name: "Patreon" description: "Support us through monthly memberships." url: "https://patreon.com/nhcarrigan" - icon: "https://www.patreon.com/favicon.ico" + icon: "fab fa-patreon" foreground: "#ffffff" background: "#F96854" - name: "Ko-Fi" description: "Buy us a coffee or make donations." url: "https://ko-fi.com/nhcarrigan" - icon: "https://ko-fi.com/favicon.ico" + icon: "fas fa-coffee" foreground: "#ffffff" background: "#29ABE0" - name: "Throne" description: "Suggest and purchase gifts for us." url: "https://throne.com/naomilgbt" - icon: "https://throne.com/favicon.ico" + icon: "fas fa-gift" foreground: "#ffffff" background: "#000000" - name: "Twitch" description: "Subscribe to our streams." url: "https://twitch.tv/naomilgbt" - icon: "https://twitch.tv/favicon.ico" + icon: "fab fa-twitch" foreground: "#ffffff" background: "#9146FF" - name: "PayPal" description: "Send direct donations." url: "https://paypal.me/nhcarrigan" - icon: "https://paypal.com/favicon.ico" + icon: "fab fa-paypal" foreground: "#003087" background: "#009CDE" - name: "CashApp" description: "Send direct donations." url: "https://cash.app/$nhcarrigan" - icon: "https://cash.app/favicon.ico" + icon: "fas fa-dollar-sign" foreground: "#000000" background: "#00C244" - name: "GitHub Sponsors" description: "Sponsor us directly through GitHub." url: "https://github.com/sponsors/nhcarrigan" - icon: "https://github.githubassets.com/favicons/favicon.svg" + icon: "fab fa-github" foreground: "#ffffff" background: "#171515" - name: "Stripe" description: "Make monthly donations directly through Stripe." url: "https://buy.stripe.com/cN24iTfqu1j6b3afZ2" - icon: "https://stripe.com/favicon.ico" + icon: "fab fa-stripe" foreground: "#ffffff" - background: "#635BFF" + background: "#635BFF" \ No newline at end of file