mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Add 'group' tag to accounts
This commit is contained in:
parent
885f23d405
commit
50f0b38f42
1 changed files with 8 additions and 1 deletions
|
@ -275,6 +275,13 @@ function AccountInfo({
|
|||
</span>
|
||||
</>
|
||||
)}
|
||||
{group && (
|
||||
<>
|
||||
<span class="tag">
|
||||
<Icon icon="group" /> Group
|
||||
</span>
|
||||
</>
|
||||
)}
|
||||
<div
|
||||
class="note"
|
||||
onClick={handleContentLinks({
|
||||
|
@ -673,7 +680,7 @@ function RelatedActions({ info, instance, authenticated }) {
|
|||
openTrigger="clickOnly"
|
||||
direction="bottom"
|
||||
overflow="auto"
|
||||
shift={-16}
|
||||
shift={16}
|
||||
label={
|
||||
<>
|
||||
<Icon icon="mute" />
|
||||
|
|
Loading…
Add table
Reference in a new issue