mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-12-18 21:29:51 +05:30
style: shorten the name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user