From 458113b38463561261657315cad9bd4066cf665b Mon Sep 17 00:00:00 2001 From: Afsha10 Date: Fri, 2 Feb 2024 22:43:00 +0000 Subject: [PATCH] Make minor changes to test AWS deployment --- client/src/components/VideoForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/VideoForm.jsx b/client/src/components/VideoForm.jsx index ead45f7787..30041628d0 100644 --- a/client/src/components/VideoForm.jsx +++ b/client/src/components/VideoForm.jsx @@ -93,7 +93,7 @@ function VideoForm({ videoData, setVideoAdded }) { type="submit" className="m-2 rounded bg-black px-4 py-2 font-bold text-white transition-colors duration-200 hover:bg-red-300 active:bg-red-700 sm:rounded-lg sm:px-3 sm:py-6" > - Add + Add Your Video

{errorMessage}