From af22cc4e857961031840a1a1a8193b52a15fd367 Mon Sep 17 00:00:00 2001 From: Jai Sharma Date: Sun, 22 Sep 2024 07:45:12 +0530 Subject: [PATCH 1/2] update icons for subscriber and label --- frontend/src/components/labels/index.tsx | 4 ++-- frontend/src/components/subscribers/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/labels/index.tsx b/frontend/src/components/labels/index.tsx index 00f398c9..f76a2561 100644 --- a/frontend/src/components/labels/index.tsx +++ b/frontend/src/components/labels/index.tsx @@ -8,7 +8,7 @@ */ import AddIcon from "@mui/icons-material/Add"; -import FolderIcon from "@mui/icons-material/Folder"; +import LabelIcon from "@mui/icons-material/Label"; import { Button, Grid, Paper } from "@mui/material"; import { GridColDef } from "@mui/x-data-grid"; import React from "react"; @@ -158,7 +158,7 @@ export const Labels = () => { if (deleteDialogCtl?.data) deleteLabel(deleteDialogCtl.data); }} /> - + { return ( - + Date: Sun, 22 Sep 2024 12:43:29 +0530 Subject: [PATCH 2/2] updated the labels icon same as sidebar --- frontend/src/components/labels/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/labels/index.tsx b/frontend/src/components/labels/index.tsx index f76a2561..e656cdd2 100644 --- a/frontend/src/components/labels/index.tsx +++ b/frontend/src/components/labels/index.tsx @@ -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. */ +import { faTags } from "@fortawesome/free-solid-svg-icons"; import AddIcon from "@mui/icons-material/Add"; -import LabelIcon from "@mui/icons-material/Label"; import { Button, Grid, Paper } from "@mui/material"; import { GridColDef } from "@mui/x-data-grid"; import React from "react"; @@ -158,7 +158,7 @@ export const Labels = () => { if (deleteDialogCtl?.data) deleteLabel(deleteDialogCtl.data); }} /> - +