From 548e5560a15471f2f8f228993bd6063b04bfabd1 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sun, 2 Jul 2023 14:47:45 -0400 Subject: [PATCH] fix: Fix joined button check color --- src/shared/components/community/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index fcb0dad..0b6f8e1 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -258,7 +258,7 @@ export class Sidebar extends Component { ) : ( <> - + {I18NextService.i18n.t("joined")} )} -- 2.44.1