adding spaces to some places since libra cart is two words
This commit is contained in:
parent
5636b70fa7
commit
b8a9f6b497
4 changed files with 10 additions and 9 deletions
|
|
@ -480,7 +480,7 @@ export default function SideNavigator(props: Props) {
|
|||
</Tooltip>
|
||||
}
|
||||
{user.hasFeature("libra-cart") &&
|
||||
<Tooltip title="LibraCart" placement="right">
|
||||
<Tooltip title="Libra Cart" placement="right">
|
||||
<ListItemButton
|
||||
id="tour-libraCart"
|
||||
onClick={() => goTo("/libracart")}
|
||||
|
|
@ -489,7 +489,7 @@ export default function SideNavigator(props: Props) {
|
|||
<ListItemIcon>
|
||||
<LibraCartIcon />
|
||||
</ListItemIcon>
|
||||
{open && <ListItemText primary="LibraCart" />}
|
||||
{open && <ListItemText primary="Libra Cart" />}
|
||||
</ListItemButton>
|
||||
</Tooltip>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue