feat: add moderation badge
parent
f467349083
commit
8664cda744
|
|
@ -1 +1 @@
|
|||
Subproject commit 42e050b7dff9e9b8a4207b78bb8a7d8dbae9a92c
|
||||
Subproject commit 40afd0527defb106142c50b979bbfc6283e9e48d
|
||||
|
|
@ -75,6 +75,16 @@ export default function UserBadges({ badges, uid }: Props) {
|
|||
) : (
|
||||
<></>
|
||||
)}
|
||||
{badges & Badges.PlatformModeration ? (
|
||||
<Tooltip
|
||||
content={
|
||||
<Text id="app.special.popovers.user_profile.badges.moderation" />
|
||||
}>
|
||||
<img src="/assets/badges/moderation.svg" />
|
||||
</Tooltip>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
{badges & Badges.ResponsibleDisclosure ? (
|
||||
<Tooltip
|
||||
content={
|
||||
|
|
|
|||
Loading…
Reference in New Issue