feat: update success page text

This commit is contained in:
David Nguyen
2023-09-22 16:35:49 +10:00
parent 989d7a351f
commit 764c6b88c5

View File

@ -107,16 +107,16 @@ export default function SinglePlayerModeSuccess({
</div> </div>
</div> </div>
<p className="text-muted-foreground/60 mt-36 text-center text-sm"> <p className="text-muted-foreground/60 mt-16 text-center text-sm">
View the{' '} Create a{' '}
<Link <Link
href="/pricing" href={`${process.env.NEXT_PUBLIC_WEBAPP_URL}/signup`}
target="_blank" target="_blank"
className="text-documenso-700 hover:text-documenso-600 whitespace-nowrap" className="text-documenso-700 hover:text-documenso-600 whitespace-nowrap"
> >
community plan free account
</Link>{' '} </Link>{' '}
to access the full range of features provided by Documenso to access your signed documents at any time
</p> </p>
<DocumentDialog <DocumentDialog