mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
adding dark mode to feat/refresh
This commit is contained in:
@ -45,7 +45,7 @@ export default async function DocumentPage({ params }: DocumentPageProps) {
|
||||
className="mt-4 max-w-xs truncate text-2xl font-semibold md:text-3xl"
|
||||
title={document.title}
|
||||
>
|
||||
Document.pdf
|
||||
{document.title}
|
||||
</h1>
|
||||
|
||||
<EditDocumentForm className="mt-8" document={document} user={session} />
|
||||
|
||||
Reference in New Issue
Block a user