empty state dan navbar

This commit is contained in:
2019-01-05 22:08:12 +07:00
parent 21068d285b
commit d43cc88c94
7 changed files with 47 additions and 37 deletions

View File

@@ -466,7 +466,7 @@ export default class App extends React.Component {
{userData.role === 'admin' ? (
<div>
{this.notificationStore.unread_notif === 0 ?
<IconButton className="menuAkunItem" tooltip="Notification center"
<IconButton className="menuAkunItem" tooltip="Cart center"
tooltipPosition="bottom-center">
<ShoppingCart/>
</IconButton> :
@@ -475,7 +475,7 @@ export default class App extends React.Component {
primary={true}
badgeStyle={{top: 15, right: 12}}
>
<IconButton className="menuAkunItem" tooltip="Notification center"
<IconButton className="menuAkunItem" tooltip="Cart center"
tooltipPosition="bottom-center">
<ShoppingCart/>
</IconButton>
@@ -485,7 +485,7 @@ export default class App extends React.Component {
) : (
<div>
{this.notificationStore.unread_notif === 0 ?
<IconButton className="menuAkunItem" tooltip="Notification center"
<IconButton className="menuAkunItem" tooltip="Cart center"
tooltipPosition="bottom-center">
<ShoppingCart/>
</IconButton> :
@@ -494,7 +494,7 @@ export default class App extends React.Component {
primary={true}
badgeStyle={{top: 15, right: 12}}
>
<IconButton className="menuAkunItem" tooltip="Notification center"
<IconButton className="menuAkunItem" tooltip="Cart center"
tooltipPosition="bottom-center">
<ShoppingCart/>
</IconButton>
@@ -615,7 +615,7 @@ export default class App extends React.Component {
</Link>
);
}) : <EmptyComponent width="" image="default4" type="empty" header=""
content="No notification yet! "/>
content="No item yet! "/>
}
<Link to={`${LINKS.CART_DETAIL}`}>
<ListItem