Skip to content

Commit

Permalink
Merge branch 'main' into feat/create-post-file-upload-a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
jsit authored Jul 2, 2023
2 parents 0047c17 + 3e7aca0 commit d620dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/community/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
<Spinner />
) : (
<>
<Icon icon="check" classes="icon-inline text-success me-1" />
<Icon icon="check" classes="icon-inline me-1" />
{I18NextService.i18n.t("joined")}
</>
)}
Expand Down

0 comments on commit d620dea

Please sign in to comment.