fix: update ko-fi link to store item page

This commit is contained in:
2026-04-23 13:14:24 -04:00
parent 9f76a3c9dd
commit ed7f1dd114
@@ -45,7 +45,7 @@ export function BuyCreditsModal({ open, onOpenChange }: BuyCreditsModalProps) {
{PRESETS.map((preset) => (
<a
key={preset.dollars}
href={`https://ko-fi.com/dustinnewkirk`}
href="https://ko-fi.com/s/ecf5118d5a"
target="_blank"
rel="noopener noreferrer"
className="flex items-center justify-between rounded-2xl border-4 border-foreground bg-accent/10 p-4 shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] hover:translate-x-[2px] hover:translate-y-[2px] hover:shadow-none transition-all"
@@ -69,7 +69,7 @@ export function BuyCreditsModal({ open, onOpenChange }: BuyCreditsModalProps) {
Any amount works. $1 = 100 $COOP.
</p>
<a
href="https://ko-fi.com/dustinnewkirk"
href="https://ko-fi.com/s/ecf5118d5a"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 mt-3 rounded-full bg-[#FF5E5B] px-6 py-3 font-black text-white shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] hover:translate-x-[2px] hover:translate-y-[2px] hover:shadow-none transition-all"