fix: resolve document title inconsistency (#452)

This commit is contained in:
David Nguyen
2023-09-28 13:56:22 +10:00
committed by Mythie
parent e09c076241
commit 48f4289c09
3 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,7 @@ export default function Loading() {
Documents
</Link>
<h1 className="mt-4 max-w-xs grow-0 truncate text-2xl font-semibold md:text-3xl">
<h1 className="mt-4 grow-0 truncate text-2xl font-semibold md:text-3xl">
Loading Document...
</h1>
<div className="mt-8 grid h-[80vh] max-h-[60rem] w-full grid-cols-12 gap-x-8">