adjust successfully upgraded sub-text
This commit is contained in:
parent
1965078000
commit
ac0c735c90
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ const VideoList: NextPage = () => {
|
||||||
</span>
|
</span>
|
||||||
{closeQueryParam === "true" ? (
|
{closeQueryParam === "true" ? (
|
||||||
<span className="mt-1 text-base text-zinc-500">
|
<span className="mt-1 text-base text-zinc-500">
|
||||||
You can now close this window
|
You can now close this window and try to upload the video
|
||||||
|
again!
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span className="mt-1 text-base text-zinc-500">
|
<span className="mt-1 text-base text-zinc-500">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue