mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): fix member icons
This commit is contained in:
parent
96b552b39c
commit
ee0a44f891
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@
|
|||
{#if item.privacy && item.privacy.visibility === "private"}
|
||||
<FaLock />
|
||||
{:else if pageOptions.type === "member"}
|
||||
<FaLock />
|
||||
<FaUserCircle />
|
||||
{:else if pageOptions.type === "group"}
|
||||
<FaUsers />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue