projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1700476
)
fix: Fix joined button check color
author
Jay Sitter
<jay@jaysitter.com>
Sun, 2 Jul 2023 18:47:45 +0000
(14:47 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Sun, 2 Jul 2023 18:47:45 +0000
(14:47 -0400)
src/shared/components/community/sidebar.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/community/sidebar.tsx
b/src/shared/components/community/sidebar.tsx
index fcb0dad7ffb1bcfe27a9450b782413d11bb7448c..0b6f8e1bf22433cc5726b435bbec23ac587b7a4d 100644
(file)
--- a/
src/shared/components/community/sidebar.tsx
+++ b/
src/shared/components/community/sidebar.tsx
@@
-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")}
</>
)}