Merge pull request #1763 from jsit/fix/fix-joined-check-color

fix: Fix joined button check color
This commit is contained in:
SleeplessOne1917 2023-07-02 19:28:40 +00:00 committed by GitHub
commit 3e7aca043b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,7 +258,7 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
<Spinner /> <Spinner />
) : ( ) : (
<> <>
<Icon icon="check" classes="icon-inline text-success me-1" /> <Icon icon="check" classes="icon-inline me-1" />
{I18NextService.i18n.t("joined")} {I18NextService.i18n.t("joined")}
</> </>
)} )}