From ff0c15bf6646c93e05f898b427a31bafda6f44ed Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 00:14:25 +0530 Subject: [PATCH] feat: start training robot --- 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 49a6b5a1..84c3b0a7 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -161,7 +161,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR onClick={startRecording} disabled={!recordingUrl} > - Submit & Start Recording + Start Training Robot