diff --git a/src/components/VideoMoreMenu.tsx b/src/components/VideoMoreMenu.tsx index 8e931f1..cc39fb0 100644 --- a/src/components/VideoMoreMenu.tsx +++ b/src/components/VideoMoreMenu.tsx @@ -172,36 +172,43 @@ export default function VideoMoreMenu({ video }: Props) { leaveTo="opacity-0 scale-95" > -
- -
- setTitle(e.currentTarget.value)} - id="title" - name="title" - type="title" - autoComplete="title" - className="block w-full rounded-md border-0 px-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" - /> -
-
- - +
+ +
+ setTitle(e.currentTarget.value)} + id="title" + name="title" + type="title" + autoComplete="title" + className="block w-full rounded-md border-0 px-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" + /> +
+
+ + +