style: shorten the name

This commit is contained in:
tux
2025-06-09 06:33:29 +05:30
parent 4747505ecc
commit 3e18ba6f82
2 changed files with 2 additions and 2 deletions

View File

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