mirror of
https://github.com/pawelmalak/flame.git
synced 2025-04-23 13:27:21 -04:00
Merge 56a27e3f20
into 3c347c854c
This commit is contained in:
commit
a8a75b3797
1 changed files with 4 additions and 4 deletions
|
@ -57,9 +57,9 @@ export const TableActions = (props: Props): JSX.Element => {
|
|||
tabIndex={0}
|
||||
>
|
||||
{entity.isPinned ? (
|
||||
<Icon icon="mdiPinOff" color="var(--color-accent)" />
|
||||
) : (
|
||||
<Icon icon="mdiPin" />
|
||||
) : (
|
||||
<Icon icon="mdiPinOff" color="var(--color-accent)" />
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
@ -71,9 +71,9 @@ export const TableActions = (props: Props): JSX.Element => {
|
|||
tabIndex={0}
|
||||
>
|
||||
{entity.isPublic ? (
|
||||
<Icon icon="mdiEyeOff" color="var(--color-accent)" />
|
||||
) : (
|
||||
<Icon icon="mdiEye" />
|
||||
) : (
|
||||
<Icon icon="mdiEyeOff" color="var(--color-accent)" />
|
||||
)}
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue