fix(dashboard): fix member icons

This commit is contained in:
Jake Fulmine 2022-11-28 19:06:47 +01:00
parent 96b552b39c
commit ee0a44f891

View File

@ -123,7 +123,7 @@
{#if item.privacy && item.privacy.visibility === "private"} {#if item.privacy && item.privacy.visibility === "private"}
<FaLock /> <FaLock />
{:else if pageOptions.type === "member"} {:else if pageOptions.type === "member"}
<FaLock /> <FaUserCircle />
{:else if pageOptions.type === "group"} {:else if pageOptions.type === "group"}
<FaUsers /> <FaUsers />
{/if} {/if}