diff --git a/packages/ui/src/components/common/PlatformsIcons.svelte b/packages/ui/src/components/common/PlatformsIcons.svelte index d3084aa..3d33224 100644 --- a/packages/ui/src/components/common/PlatformsIcons.svelte +++ b/packages/ui/src/components/common/PlatformsIcons.svelte @@ -1,27 +1,33 @@
- - - + {#if platforms.includes(OSPlatformEnum.linux)} + + {/if} + {#if platforms.includes(OSPlatformEnum.macos)} + + {/if} + {#if platforms.includes(OSPlatformEnum.windows)} + + {/if}