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