feat: update style

This commit is contained in:
tux
2025-06-09 05:00:00 +05:30
parent 72f9c24482
commit 9f7a23809e
8 changed files with 42 additions and 61 deletions

View File

@@ -8,11 +8,11 @@ export const Tailscale = () => {
]);
return (
<box cssClasses={["tailscale"]}>
<box cssClasses={["pill"]}>
<label
label={bind(tailscale).as((val) => {
const data = val.split(" ");
return data[data.length - 1];
return "Home: " + data[data.length - 1];
})}
/>
</box>