Add 'group' tag to accounts

This commit is contained in:
Lim Chee Aun 2023-06-14 06:00:06 +08:00
parent 885f23d405
commit 50f0b38f42

View file

@ -275,6 +275,13 @@ function AccountInfo({
</span> </span>
</> </>
)} )}
{group && (
<>
<span class="tag">
<Icon icon="group" /> Group
</span>
</>
)}
<div <div
class="note" class="note"
onClick={handleContentLinks({ onClick={handleContentLinks({
@ -673,7 +680,7 @@ function RelatedActions({ info, instance, authenticated }) {
openTrigger="clickOnly" openTrigger="clickOnly"
direction="bottom" direction="bottom"
overflow="auto" overflow="auto"
shift={-16} shift={16}
label={ label={
<> <>
<Icon icon="mute" /> <Icon icon="mute" />