diff --git a/webapp/channels/src/components/tours/onboarding_tour/customize_your_experience_tour_tip.tsx b/webapp/channels/src/components/tours/onboarding_tour/customize_your_experience_tour_tip.tsx index 7e010ec1e8..ddd8de690f 100644 --- a/webapp/channels/src/components/tours/onboarding_tour/customize_your_experience_tour_tip.tsx +++ b/webapp/channels/src/components/tours/onboarding_tour/customize_your_experience_tour_tip.tsx @@ -10,8 +10,8 @@ import CustomImg from 'images/Customize-Your-Experience.gif'; import OnboardingTourTip from './onboarding_tour_tip'; -const translate = {x: 20, y: -6}; -const offset: [number, number] = [18, 4]; +const translate = {x: -56, y: 4}; +const offset: [number, number] = [17, 0]; export const CustomizeYourExperienceTour = () => { const title = ( @@ -37,7 +37,7 @@ export const CustomizeYourExperienceTour = () => { screen={screen} imageURL={CustomImg} placement='bottom-start' - pulsatingDotPlacement='bottom' + pulsatingDotPlacement='right-end' pulsatingDotTranslate={translate} offset={offset} width={352}