fix: update page titles to show board name (#225)

* fix: update page titles to show board name

* chore: update translations

* chore: update translations
This commit is contained in:
Henry
2025-10-23 21:08:34 +01:00
committed by GitHub
parent bb4784fd28
commit 1e2326ac2e
23 changed files with 315 additions and 238 deletions

View File

@@ -19,7 +19,7 @@ export default function BoardsPage({ isTemplate }: { isTemplate?: boolean }) {
return (
<>
<PageHead
title={t`${isTemplate ? "Templates" : "Boards"} | ${workspace.name || "Workspace"}`}
title={t`${isTemplate ? "Templates" : "Boards"} | ${workspace.name ?? t`Workspace`}`}
/>
<div className="m-auto h-full max-w-[1100px] p-6 px-5 md:px-28 md:py-12">
<div className="relative z-10 mb-8 flex w-full items-center justify-between">