coming soon hint

This commit is contained in:
Timur Ercan
2023-03-20 15:45:57 +01:00
parent a1736afc62
commit a57e0b2b57

View File

@ -159,7 +159,17 @@ export default function Login(props: any) {
Create a new Account Create a new Account
</Link> </Link>
</p> </p>
) : null} ) : (
<p className="mt-2 text-center text-sm text-gray-600">
Like Documenso{" "}
<Link
href="https://documenso.com"
className="font-medium text-neon hover:text-neon"
>
Hosted Documenso will be availible soon
</Link>
</p>
)}
</form> </form>
</FormProvider> </FormProvider>
</div> </div>