mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Update index.tsx
This commit is contained in:
parent
6b78ddb9f1
commit
c45654b544
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ function CheckBadge({ badge, author }: { badge: string; author: User; }): JSX.El
|
||||||
function ChatBadges({ author }: { author: User; }) {
|
function ChatBadges({ author }: { author: User; }) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span className="vc-sbic-badge-row">
|
<span className="vc-sbic-badge-row" style={{ margin: "2px" }}>
|
||||||
{settings.store.showEquicordDonor && <CheckBadge badge={"EquicordDonor"} author={author} />}
|
{settings.store.showEquicordDonor && <CheckBadge badge={"EquicordDonor"} author={author} />}
|
||||||
{settings.store.showEquicordContributor && <CheckBadge badge={"EquicordContributer"} author={author} />}
|
{settings.store.showEquicordContributor && <CheckBadge badge={"EquicordContributer"} author={author} />}
|
||||||
{settings.store.showSuncordDonor && <CheckBadge badge={"SuncordDonor"} author={author} />}
|
{settings.store.showSuncordDonor && <CheckBadge badge={"SuncordDonor"} author={author} />}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue