add sign-up link on recording not available page

This commit is contained in:
MarconLP 2023-04-16 13:28:20 +02:00
parent 80bdba7b89
commit 4c86b29f92
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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>
);