File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments