diff --git a/apps/web/src/components/SideNavigation.tsx b/apps/web/src/components/SideNavigation.tsx index ef290625..5c3d9094 100644 --- a/apps/web/src/components/SideNavigation.tsx +++ b/apps/web/src/components/SideNavigation.tsx @@ -95,7 +95,7 @@ export default function SideNavigation({
{!isCollapsed && ( -

+

kan.bn

diff --git a/apps/web/src/views/boards/components/BoardsList.tsx b/apps/web/src/views/boards/components/BoardsList.tsx index 2e9fa0e1..4ae66181 100644 --- a/apps/web/src/views/boards/components/BoardsList.tsx +++ b/apps/web/src/views/boards/components/BoardsList.tsx @@ -3,6 +3,7 @@ import { t } from "@lingui/core/macro"; import { HiOutlineRectangleStack } from "react-icons/hi2"; import Button from "~/components/Button"; +import PatternedBackground from "~/components/PatternedBackground"; import { useModal } from "~/providers/modal"; import { useWorkspace } from "~/providers/workspace"; import { api } from "~/utils/api"; @@ -48,7 +49,8 @@ export function BoardsList() { {data?.map((board) => (
-

+ +

{board.name}

diff --git a/apps/web/src/views/boards/index.tsx b/apps/web/src/views/boards/index.tsx index 39e4ffa4..85163bc0 100644 --- a/apps/web/src/views/boards/index.tsx +++ b/apps/web/src/views/boards/index.tsx @@ -6,7 +6,6 @@ import FeedbackModal from "~/components/FeedbackModal"; import Modal from "~/components/modal"; import { NewWorkspaceForm } from "~/components/NewWorkspaceForm"; import { PageHead } from "~/components/PageHead"; -import PatternedBackground from "~/components/PatternedBackground"; import { useModal } from "~/providers/modal"; import { useWorkspace } from "~/providers/workspace"; import { BoardsList } from "./components/BoardsList"; @@ -22,8 +21,7 @@ export default function BoardsPage() { return ( <> - -
+

{t`Boards`} diff --git a/apps/web/src/views/members/index.tsx b/apps/web/src/views/members/index.tsx index c2ae39b8..4f49bada 100644 --- a/apps/web/src/views/members/index.tsx +++ b/apps/web/src/views/members/index.tsx @@ -155,7 +155,7 @@ export default function MembersPage() { return ( <> -
+

{t`Members`} diff --git a/apps/web/src/views/settings/index.tsx b/apps/web/src/views/settings/index.tsx index b90e9f8d..060cd688 100644 --- a/apps/web/src/views/settings/index.tsx +++ b/apps/web/src/views/settings/index.tsx @@ -132,7 +132,7 @@ export default function SettingsPage() { className="h-full max-h-[calc(100vdh-3rem)] overflow-y-auto md:max-h-[calc(100vdh-4rem)]" > -
+

{t`Settings`}