Skip to content

Commit

Permalink
Update bmac link
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Jan 6, 2025
1 parent d013db1 commit 91f0719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useId } from "react";
import type { FAQPage, WithContext } from "schema-dts";

const BMAC_CTA = (
<Link href="https://buymeacoffee.com/animechan_api" target="_blank" underline="always">
<Link href="https://buymeacoffee.com/animechan_api/membership" target="_blank" underline="always">
Buy Me A Coffee
</Link>
);
Expand Down
2 changes: 1 addition & 1 deletion client/pages/get-premium.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function GetPremium() {
</Text>
<div className="mt-4">
<a
href="https://www.buymeacoffee.com/animechan_api"
href="https://buymeacoffee.com/animechan_api/membership"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 91f0719

Please sign in to comment.