feat: update completed signing page to redirect to folder when possible

This commit is contained in:
Catalin Pit
2025-11-19 13:30:18 +02:00
parent d4e259a9a7
commit 0705228609
3 changed files with 12 additions and 2 deletions

View File

@ -127,7 +127,7 @@ export const DocumentShareButton = ({
<Button
variant="outline"
disabled={!token || !documentId}
className={cn('w-full max-w-lg flex-1 text-[11px]', className)}
className={cn('h-11 w-full max-w-lg flex-1', className)}
loading={isLoading}
>
{!isLoading && <Sparkles className="mr-2 h-5 w-5" />}