Skip to content

Commit

Permalink
fix: bmc link
Browse files Browse the repository at this point in the history
  • Loading branch information
mrskiro committed Mar 10, 2024
1 parent ed9e156 commit 2fe7ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bmc/bmc-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Image from "next/image"
import { AppLink } from "@/components/app-link"

export const BmcButton = () => (
<AppLink isExternal href="https://www.buymeacoffee.com/mur4saki">
<AppLink isExternal href="https://www.buymeacoffee.com/mrskiro">
<Image
src="/assets/bmc.png"
alt="by me a coffee"
Expand Down

0 comments on commit 2fe7ecc

Please sign in to comment.