Skip to content

Commit

Permalink
Add id for sync button for AB testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed May 20, 2024
1 parent d851423 commit ccc9955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const YppHero: FC<YppHeroProps> = ({
Go to dashboard
</Button>
) : (
<GoogleButton onClick={onSignUpClick} />
<GoogleButton id="rewards-sync-button" onClick={onSignUpClick} />
)
) : (
<SkeletonLoader width={190} height={48} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const YppHero: FC<YppHeroProps> = ({ onSignUpClick, yppAtlasStatus, onVie
onClick={onSignUpClick}
fullWidth={!xsMatch}
size={xxsMatch && !xsMatch ? 'large' : smMatch ? 'large' : 'medium'}
id="rewards-sync-button"
>
Sync from YouTube
</Button>
Expand Down

0 comments on commit ccc9955

Please sign in to comment.