Merge branch 'main' into feat/public-api

This commit is contained in:
Lucas Smith
2024-02-26 12:15:33 +11:00
committed by GitHub
8 changed files with 306 additions and 58 deletions

View File

@ -96,7 +96,7 @@ export const DocumentPageView = async ({ params, team }: DocumentPageViewProps)
return (
<div className="mx-auto -mt-4 w-full max-w-screen-xl px-4 md:px-8">
<Link href="/documents" className="flex items-center text-[#7AC455] hover:opacity-80">
<Link href={documentRootPath} className="flex items-center text-[#7AC455] hover:opacity-80">
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
Documents
</Link>