Add clickable link to PDF footer and remove owner check for download but

This commit is contained in:
Riccardo Giorato
2025-12-27 12:16:10 +01:00
parent cb00498df1
commit 95a14c59fc
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export function EditorToolbar({
<span>Share</span>
</Button>
{isOwner && onDownloadPDF && (
{onDownloadPDF && (
<Button
variant="ghost"
className="hover:bg-secondary text-muted-foreground hover:text-white gap-1.5 sm:gap-2 text-xs h-8 sm:h-9 px-2 sm:px-3"