Open buy buttons in CrowdRepublic crowdfunding modal.

Replace donate.stream links with a modal announcing the upcoming campaign on CrowdRepublic, with RU/EN copy and the old buy URL commented out.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-01 15:32:26 +08:00
parent a48e35b839
commit fa7d537ef7
13 changed files with 267 additions and 39 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
export const CROWDFUNDING_URL = "https://crowdrepublic.ru/" as const;
export const SITE_LINKS = {
features: "#features",
howItWorks: "#how-it-works",
@@ -5,7 +7,7 @@ export const SITE_LINKS = {
pricing: "#pricing",
faq: "#faq",
download: "#platforms",
buy: "https://donate.stream/ttrpgplayer",
// buy: "https://donate.stream/ttrpgplayer",
enterKey: "#pricing",
support: "mailto:player.ttrpg@gmail.com",
} as const;