calendso to cal

This commit is contained in:
Peer Richelsen 2021-09-15 19:21:58 +01:00
parent 9fcd458d25
commit f6fe519c4c

View file

@ -55,8 +55,8 @@ export default function Custom404() {
</span> </span>
) : ( ) : (
<a href="https://cal.com/signup" className="inline-block mt-2 text-lg "> <a href="https://cal.com/signup" className="inline-block mt-2 text-lg ">
The username <strong className="text-blue-500">calendso.com{username}</strong> is still The username <strong className="text-blue-500">cal.com{username}</strong> is still available.{" "}
available. <span className="text-blue-500">Register now</span>. <span className="text-blue-500">Register now</span>.
</a> </a>
)} )}
</div> </div>