add sign-up link on recording not available page
This commit is contained in:
parent
80bdba7b89
commit
4c86b29f92
1 changed files with 5 additions and 1 deletions
|
|
@ -32,7 +32,11 @@ const VideoList: NextPage = () => {
|
|||
This recording is currently unavailable
|
||||
</span>
|
||||
<span className="mt-3 max-w-[80%] text-center text-sm">
|
||||
To create your own public recordings, create an account for free!
|
||||
To create your own public recordings,{" "}
|
||||
<Link href="/sign-in" className="pointer text-[#4169e1] underline">
|
||||
create an account
|
||||
</Link>{" "}
|
||||
for free!
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue