Skip to content

Commit

Permalink
refactor: update funding everywhere and whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Oct 27, 2024
1 parent 8fb7b9f commit b8115ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: MythicApp
ko_fi: blackxfiied
2 changes: 1 addition & 1 deletion src/components/navigation/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
target="_blank">Roadmap</a
>
<a
href="https://ko-fi.com/blackxfiied"
href="https://github.com/sponsors/MythicApp"
target="_blank">Donate</a
>
<a href="/faq">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ const socials = [
{
icon: "heart",
title: "Donate to the project",
desc: "Supercharge Mythic's development and get benefits (soon...)",
href: "https://ko-fi.com/blackxfiied",
desc: "Supercharge Mythic's development and get benefits.",
href: "https://github.com/sponsors/MythicApp",
button: "Learn more",
},
{
Expand Down

0 comments on commit b8115ca

Please sign in to comment.