[MM-54744] 'Customize your experience' point points to Settings icon in header (#25032)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
573e45691f
Коммит
49cc181b00
@@ -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}
|
||||
|
||||
Ссылка в новой задаче
Block a user