Client: Some nicer icons for the drawer
This commit is contained in:
@@ -33,6 +33,11 @@ import {
|
|||||||
VendorShow,
|
VendorShow,
|
||||||
} from "./pages/vendors";
|
} from "./pages/vendors";
|
||||||
import { ReactComponent as Logo } from "./icon.svg";
|
import { ReactComponent as Logo } from "./icon.svg";
|
||||||
|
import {
|
||||||
|
FileOutlined,
|
||||||
|
HighlightOutlined,
|
||||||
|
UserOutlined,
|
||||||
|
} from "@ant-design/icons";
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const { t, i18n } = useTranslation();
|
const { t, i18n } = useTranslation();
|
||||||
@@ -73,6 +78,7 @@ function App() {
|
|||||||
show: "/spool/show/:id",
|
show: "/spool/show/:id",
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
icon: <FileOutlined />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -83,6 +89,7 @@ function App() {
|
|||||||
show: "/filament/show/:id",
|
show: "/filament/show/:id",
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
icon: <HighlightOutlined />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -93,6 +100,7 @@ function App() {
|
|||||||
show: "/vendor/show/:id",
|
show: "/vendor/show/:id",
|
||||||
meta: {
|
meta: {
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
|
icon: <UserOutlined />,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user