From c704fcc61f1770d3697427e4d15af934b4366a73 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 08:44:50 +0530 Subject: [PATCH] feat: move discord icon --- src/components/molecules/NavBar.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 21bb7eb9..89b005af 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -8,6 +8,7 @@ import { AccountCircle, Logout, Clear } from "@mui/icons-material"; import { useNavigate } from 'react-router-dom'; import { AuthContext } from '../../context/auth'; import { SaveRecording } from '../molecules/SaveRecording'; +import DiscordIcon from '../atoms/DiscordIcon'; interface NavBarProps { recordingName: string; @@ -61,6 +62,21 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) =>
{!isRecording ? ( <> + + +