feat: add icons

This commit is contained in:
tux
2025-06-09 20:20:32 +05:30
parent 41b9b18436
commit f15a6a483d
15 changed files with 34 additions and 21 deletions

View File

@@ -10,8 +10,8 @@ export const Network = () => {
{wifi.as(
(wifi) =>
wifi && (
<box spacing={10}>
<image iconName={bind(wifi, "iconName")} />
<box spacing={5}>
<image iconName="fa-wifi-symbolic" />
<label label={bind(wifi, "ssid")} />
</box>
),