Skip to content

Commit 144d372

Browse files
committed
fix(ga4): interchange DEVB_BUY_ME_A_COFFEE_LINK and DEVB_GITHUB_LINK
1 parent fd71057 commit 144d372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/components/modal/support-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const SupportModal = ({ user }: { user: Profile | null }) => {
8585

8686
{/* Fuel Code Card */}
8787
<div
88-
onClick={() => openInNewTab(DEVB_GITHUB_LINK)}
88+
onClick={() => openInNewTab(DEVB_BUY_ME_A_COFFEE_LINK)}
8989
className="flex flex-col items-center p-5 text-center bg-[#ffde30] rounded-xl cursor-pointer transition-all duration-300 hover:scale-[1.03] hover:shadow-lg relative group overflow-hidden"
9090
>
9191
<div className="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity duration-300">
@@ -107,7 +107,7 @@ export const SupportModal = ({ user }: { user: Profile | null }) => {
107107

108108
{/* Star GitHub Card */}
109109
<div
110-
onClick={() => openInNewTab(DEVB_BUY_ME_A_COFFEE_LINK)}
110+
onClick={() => openInNewTab(DEVB_GITHUB_LINK)}
111111
className="flex flex-col items-center p-5 text-center bg-[#fff8d8] rounded-xl cursor-pointer transition-all duration-300 hover:scale-[1.03] hover:shadow-lg relative group overflow-hidden"
112112
>
113113
<div className="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity duration-300">

0 commit comments

Comments
 (0)