From 03747794b591743b6e5ea186716d8605da9273be Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 21:51:58 +0530 Subject: [PATCH] feat: discard icon --- src/components/molecules/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index ad57f7f1..0da1bd2b 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -6,7 +6,7 @@ import { useGlobalInfoStore } from "../../context/globalInfo"; import { Button, IconButton } from "@mui/material"; import { RecordingIcon } from "../atoms/RecorderIcon"; import { SaveRecording } from "./SaveRecording"; -import { Circle, Add, Logout } from "@mui/icons-material"; +import { Circle, Add, Logout, Clear } from "@mui/icons-material"; import MeetingRoomIcon from '@mui/icons-material/MeetingRoom'; import { Link, useLocation, useNavigate } from 'react-router-dom'; import { AuthContext } from '../../context/auth'; @@ -124,7 +124,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR letterSpacing: '0.02857em', '&:hover': { color: 'white', backgroundColor: '#ff00c3' } }} onClick={goToMainMenu}> - + Discard } {