mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02: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}
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
{entity.isPinned ? (
|
{entity.isPinned ? (
|
||||||
<Icon icon="mdiPinOff" color="var(--color-accent)" />
|
|
||||||
) : (
|
|
||||||
<Icon icon="mdiPin" />
|
<Icon icon="mdiPin" />
|
||||||
|
) : (
|
||||||
|
<Icon icon="mdiPinOff" color="var(--color-accent)" />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
@ -71,9 +71,9 @@ export const TableActions = (props: Props): JSX.Element => {
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
{entity.isPublic ? (
|
{entity.isPublic ? (
|
||||||
<Icon icon="mdiEyeOff" color="var(--color-accent)" />
|
|
||||||
) : (
|
|
||||||
<Icon icon="mdiEye" />
|
<Icon icon="mdiEye" />
|
||||||
|
) : (
|
||||||
|
<Icon icon="mdiEyeOff" color="var(--color-accent)" />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue