Browse Source

Update frontend/src/pages/ManageVideo.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
features/create-channel
Sacha GUERIN 5 months ago
committed by GitHub
parent
commit
fc97c70022
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/pages/ManageVideo.jsx

2
frontend/src/pages/ManageVideo.jsx

@ -249,7 +249,7 @@ export default function ManageVideo() {
<form className="glassmorphism p-4 mt-4 flex-1" > <form className="glassmorphism p-4 mt-4 flex-1" >
<label htmlFor="name" className={`text-2xl text-white mb-1 block font-montserrat`}> <label htmlFor="name" className={`text-2xl text-white mb-1 block font-montserrat`}>
Nom de chaine Titre de la vidéo
</label> </label>
<input <input
type="text" type="text"

Loading…
Cancel
Save