mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
feat: update success page text
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user