mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05: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; }) {
|
||||
|
||||
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.showEquicordContributor && <CheckBadge badge={"EquicordContributer"} author={author} />}
|
||||
{settings.store.showSuncordDonor && <CheckBadge badge={"SuncordDonor"} author={author} />}
|
||||
|
|
Loading…
Add table
Reference in a new issue