[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';
|
import OnboardingTourTip from './onboarding_tour_tip';
|
||||||
|
|
||||||
const translate = {x: 20, y: -6};
|
const translate = {x: -56, y: 4};
|
||||||
const offset: [number, number] = [18, 4];
|
const offset: [number, number] = [17, 0];
|
||||||
|
|
||||||
export const CustomizeYourExperienceTour = () => {
|
export const CustomizeYourExperienceTour = () => {
|
||||||
const title = (
|
const title = (
|
||||||
@@ -37,7 +37,7 @@ export const CustomizeYourExperienceTour = () => {
|
|||||||
screen={screen}
|
screen={screen}
|
||||||
imageURL={CustomImg}
|
imageURL={CustomImg}
|
||||||
placement='bottom-start'
|
placement='bottom-start'
|
||||||
pulsatingDotPlacement='bottom'
|
pulsatingDotPlacement='right-end'
|
||||||
pulsatingDotTranslate={translate}
|
pulsatingDotTranslate={translate}
|
||||||
offset={offset}
|
offset={offset}
|
||||||
width={352}
|
width={352}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user