From 18f26ebcaaf6adcd0fce386bab0d19468e3926df Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 25 Oct 2024 00:18:28 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index b4f60eed..f22f4dfb 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -50,7 +50,7 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => display: 'flex', justifyContent: 'flex-start', }}> - +
Maxun
{