File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
apps/web-roo-code/src/app/pr-fixer Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,10 @@ export function PrFixerContent() {
112112 href = { EXTERNAL_LINKS . CLOUD_APP_SIGNUP_PRO }
113113 target = "_blank"
114114 rel = "noopener noreferrer"
115- onClick = { trackGoogleAdsConversion }
115+ onClick = { ( e ) => {
116+ e . preventDefault ( )
117+ trackGoogleAdsConversion ( EXTERNAL_LINKS . CLOUD_APP_SIGNUP_PRO )
118+ } }
116119 className = "flex w-full items-center justify-center" >
117120 Start 14-day Free Trial
118121 < ArrowRight className = "ml-2" />
@@ -225,7 +228,10 @@ export function PrFixerContent() {
225228 href = { EXTERNAL_LINKS . CLOUD_APP_SIGNUP_PRO }
226229 target = "_blank"
227230 rel = "noopener noreferrer"
228- onClick = { trackGoogleAdsConversion }
231+ onClick = { ( e ) => {
232+ e . preventDefault ( )
233+ trackGoogleAdsConversion ( EXTERNAL_LINKS . CLOUD_APP_SIGNUP_PRO )
234+ } }
229235 className = "flex items-center justify-center" >
230236 Start 14-day Free Trial
231237 < ArrowRight className = "ml-2 h-4 w-4" />
You can’t perform that action at this time.
0 commit comments