From 05cd9b4a8d2e953c65eb1ea994b03ff965291dea Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 31 Jul 2025 13:32:30 +0100 Subject: [PATCH] feat: add view only badge to public boards --- apps/web/src/views/public/board/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/web/src/views/public/board/index.tsx b/apps/web/src/views/public/board/index.tsx index 04be0309..633ab929 100644 --- a/apps/web/src/views/public/board/index.tsx +++ b/apps/web/src/views/public/board/index.tsx @@ -112,7 +112,13 @@ export default function PublicBoardView() { )} {data && ( -
+
+
+ + + + {t`View only`} +