mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-11 05:11:55 +05:30
feat: add icons
This commit is contained in:
@@ -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>
|
||||
),
|
||||
|
Reference in New Issue
Block a user