Perbaikan Projek PPOB
This commit is contained in:
parent
4d0c37ec9b
commit
bf0e28c4f3
|
@ -9,9 +9,7 @@ import {
|
|||
FileSyncOutlined,
|
||||
HomeOutlined,
|
||||
MenuUnfoldOutlined,
|
||||
MoneyCollectOutlined,
|
||||
ProfileOutlined,
|
||||
ProjectOutlined,
|
||||
ShoppingCartOutlined,
|
||||
UserOutlined,
|
||||
SlackOutlined,
|
||||
|
@ -90,7 +88,7 @@ export const MenuList = observer((props) => {
|
|||
</SubMenu>
|
||||
)}
|
||||
{store.authentication.userData.role === "Admin" && (
|
||||
<SubMenu key="product-main" icon={<ProfileOutlined />} title="Product">
|
||||
<SubMenu key="product-main" icon={<ProfileOutlined />} title="Produk">
|
||||
<Menu.Item key="produk">
|
||||
<Link to={LINKS.PRODUCT}>
|
||||
<AliyunOutlined />
|
||||
|
|
|
@ -84,7 +84,7 @@ export const Home = observer(() => {
|
|||
height: 200,
|
||||
marginBottom: 10,
|
||||
marginRight: 20,
|
||||
borderColor: "salmon",
|
||||
borderColor: "salmon"
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
|
|
Loading…
Reference in New Issue
Block a user