Spaces:
Paused
Paused
Commit
β’
d9e9849
1
Parent(s):
657f4c7
small improvement
Browse files
src/components/business/video-form.tsx
CHANGED
@@ -17,7 +17,7 @@ export const VideoForm = () => {
|
|
17 |
<form
|
18 |
action={handleFormSubmit}
|
19 |
>
|
20 |
-
<div className="flex flex-row w-full">
|
21 |
<div className="flex flex-col w-1/2 text-center">
|
22 |
<h2 className="text-4xl font-thin tracking-tight">VideoChain π¬</h2>
|
23 |
<p className="text-md font-thin">
|
@@ -25,7 +25,7 @@ export const VideoForm = () => {
|
|
25 |
</p>
|
26 |
</div>
|
27 |
<div className="flex flex-col w-1/2 text-center">
|
28 |
-
<p className="text-
|
29 |
For demonstration purposes only. Please use responsibly, and cancel any video you don't need anymore.
|
30 |
You have been assigned this temporary unique URL ID: <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">{ownerId}</a>
|
31 |
|
|
|
17 |
<form
|
18 |
action={handleFormSubmit}
|
19 |
>
|
20 |
+
<div className="flex flex-row w-full mb-3">
|
21 |
<div className="flex flex-col w-1/2 text-center">
|
22 |
<h2 className="text-4xl font-thin tracking-tight">VideoChain π¬</h2>
|
23 |
<p className="text-md font-thin">
|
|
|
25 |
</p>
|
26 |
</div>
|
27 |
<div className="flex flex-col w-1/2 text-center">
|
28 |
+
<p className="text-sl font-thin">
|
29 |
For demonstration purposes only. Please use responsibly, and cancel any video you don't need anymore.
|
30 |
You have been assigned this temporary unique URL ID: <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">{ownerId}</a>
|
31 |
|