diff --git a/apps/web/src/views/public/board/index.tsx b/apps/web/src/views/public/board/index.tsx index de90965e..04be0309 100644 --- a/apps/web/src/views/public/board/index.tsx +++ b/apps/web/src/views/public/board/index.tsx @@ -3,8 +3,9 @@ import { useRouter } from "next/router"; import { t } from "@lingui/core/macro"; import { keepPreviousData } from "@tanstack/react-query"; import { useEffect, useState } from "react"; -import { HiLink } from "react-icons/hi2"; +import { HiLink, HiOutlineLockClosed } from "react-icons/hi2"; +import Button from "~/components/Button"; import Modal from "~/components/modal"; import { PageHead } from "~/components/PageHead"; import PatternedBackground from "~/components/PatternedBackground"; @@ -121,17 +122,30 @@ export default function PublicBoardView() { )} -
+ {t`Board not found`} +
++ {t`This board is private or does not exist`} +
+