Web: Client: JavascriptSDK: hint images for options were corrected

This commit is contained in:
Vladimir Khvan 2024-03-15 16:00:02 +05:00
parent 471c1a1208
commit 3bb4447673
9 changed files with 30 additions and 45 deletions

View File

@ -819,7 +819,7 @@ const Manager = (props) => {
<TooltipContent
title={t("Menu")}
description={t("MenuDescription")}
img={theme.isBase ? LeftMenuUrl : LeftMenuDarkUrl}
img={LeftMenuUrl}
/>
}
/>
@ -840,7 +840,7 @@ const Manager = (props) => {
<TooltipContent
title={t("Common:Title")}
description={t("ManagerTitleDescription")}
img={theme.isBase ? TitleUrl : TitleDarkUrl}
img={TitleUrl}
/>
}
/>
@ -860,7 +860,7 @@ const Manager = (props) => {
<TooltipContent
title={t("SettingUpColumns")}
description={t("SettingUpColumnsDescription")}
img={theme.isBase ? ColumnsUrl : ColumnsDarkUrl}
img={ColumnsUrl}
/>
}
/>
@ -880,7 +880,7 @@ const Manager = (props) => {
<TooltipContent
title={t("ActionButton")}
description={t("ActionButtonDescription")}
img={theme.isBase ? ActionButtonUrl : ActionButtonDarkUrl}
img={ActionButtonUrl}
/>
}
/>
@ -900,7 +900,7 @@ const Manager = (props) => {
<TooltipContent
title={t("SearchBlock")}
description={t("ManagerSearchBlockDescription")}
img={theme.isBase ? SearchUrl : SearchDarkUrl}
img={SearchUrl}
/>
}
/>
@ -921,7 +921,7 @@ const Manager = (props) => {
<TooltipContent
title={t("Header")}
description={t("HeaderDescription")}
img={theme.isBase ? HeaderUrl : HeaderDarkUrl}
img={HeaderUrl}
/>
}
/>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 43 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 24 KiB