Skip to content

Commit

Permalink
Make minor changes to test AWS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Feb 2, 2024
1 parent 401c694 commit 458113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/VideoForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</button>

<p className="text-red-700">{errorMessage}</p>
Expand Down

0 comments on commit 458113b

Please sign in to comment.