From 2fd6262e91dd4e7864fe5275201c3cc8f9b027f2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 23:42:14 +0530 Subject: [PATCH] chore: img path --- src/components/molecules/ActionDescriptionBox.tsx | 2 +- src/components/molecules/NavBar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 23f8c1ed..4efdb32e 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -110,7 +110,7 @@ const ActionDescriptionBox = () => { return ( - + {renderActionDescription()} diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 89b005af..b0a409b1 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -54,7 +54,7 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => display: 'flex', justifyContent: 'flex-start', }}> - +
Maxun
{