Skip to content

Commit

Permalink
open subscription window instead of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 20, 2024
1 parent 3569505 commit 12ff33f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/features/delayApp/Component.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ const messages = defineMessages({
>
<div className={classes.poweredByContentContainer}>
<img src={store.poweredBy.logo} alt={`${store.poweredBy.name} Logo`} className={classes.poweredByLogo} />
{/* <p className={classes.poweredByName}>
{store.poweredBy.name}
</p> */}
<div className={classes.poweredByContent}>
<p className={classes.poweredByDescription}>
<strong>{store.poweredBy.name}</strong>
Expand Down Expand Up @@ -212,8 +209,7 @@ const messages = defineMessages({
type="button"
className={classes.skipAds}
onClick={() => {
actions.ui.openSettings({ path: 'user' });

this.handleCTAClick();
gaEvent('PoweredBy', 'click', 'skip');
}}
>
Expand Down

0 comments on commit 12ff33f

Please sign in to comment.