From 49cc181b0067f5a7edb85e79499ea27348cc44a3 Mon Sep 17 00:00:00 2001 From: Akbar Abdrakhmanov Date: Fri, 27 Oct 2023 13:10:52 +0600 Subject: [PATCH] [MM-54744] 'Customize your experience' point points to Settings icon in header (#25032) --- .../onboarding_tour/customize_your_experience_tour_tip.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}