From 8a1111413d3214b4a1cb5ed29d8d71bbd0d03fd0 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 06:17:31 +0530 Subject: [PATCH] feat: width to 45 --- 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 29537e70..4e5a1eee 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
{