mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 18:45:57 +00:00
updated the labels icon same as sidebar
This commit is contained in:
parent
9aeb250df8
commit
f467706e66
@ -7,8 +7,8 @@
|
|||||||
* 3. SaaS Restriction: This software, or any derivative of it, may not be used to offer a competing product or service (SaaS) without prior written consent from Hexastack. Offering the software as a service or using it in a commercial cloud environment without express permission is strictly prohibited.
|
* 3. SaaS Restriction: This software, or any derivative of it, may not be used to offer a competing product or service (SaaS) without prior written consent from Hexastack. Offering the software as a service or using it in a commercial cloud environment without express permission is strictly prohibited.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { faTags } from "@fortawesome/free-solid-svg-icons";
|
||||||
import AddIcon from "@mui/icons-material/Add";
|
import AddIcon from "@mui/icons-material/Add";
|
||||||
import LabelIcon from "@mui/icons-material/Label";
|
|
||||||
import { Button, Grid, Paper } from "@mui/material";
|
import { Button, Grid, Paper } from "@mui/material";
|
||||||
import { GridColDef } from "@mui/x-data-grid";
|
import { GridColDef } from "@mui/x-data-grid";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
@ -158,7 +158,7 @@ export const Labels = () => {
|
|||||||
if (deleteDialogCtl?.data) deleteLabel(deleteDialogCtl.data);
|
if (deleteDialogCtl?.data) deleteLabel(deleteDialogCtl.data);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<PageHeader icon={LabelIcon} title={t("title.labels")}>
|
<PageHeader icon={faTags} title={t("title.labels")}>
|
||||||
<Grid
|
<Grid
|
||||||
justifyContent="flex-end"
|
justifyContent="flex-end"
|
||||||
gap={1}
|
gap={1}
|
||||||
|
Loading…
Reference in New Issue
Block a user