diff --git a/web/src/components/proxy-ping.tsx b/web/src/components/proxy-ping.tsx index 577a7f4..3e1d874 100644 --- a/web/src/components/proxy-ping.tsx +++ b/web/src/components/proxy-ping.tsx @@ -35,7 +35,7 @@ export default function ProxyPing({ accountId }: { accountId: string }) { {!isLoading && error && Connection error} {!isLoading && data && (
- Ping: {(data.ping * 1000).toFixed(0)}ms + {(data.ping * 1000).toFixed(0)} ms
)} diff --git a/web/src/components/proxys.tsx b/web/src/components/proxys.tsx index 7b0a301..4e69249 100644 --- a/web/src/components/proxys.tsx +++ b/web/src/components/proxys.tsx @@ -159,7 +159,7 @@ export default function Proxys({ Add Proxy -
+
{proxys.map((proxy) => ( {enableSelect && ( - +
+ +
)} diff --git a/web/src/components/settings-dialog.tsx b/web/src/components/settings-dialog.tsx index 20ec031..4e80918 100644 --- a/web/src/components/settings-dialog.tsx +++ b/web/src/components/settings-dialog.tsx @@ -47,10 +47,8 @@ export const SettingsDialog: React.FC = () => { Statistics Proxys - -
- -
+ +
diff --git a/web/src/components/settings-form.tsx b/web/src/components/settings-form.tsx index 6c81b34..f4ddd04 100644 --- a/web/src/components/settings-form.tsx +++ b/web/src/components/settings-form.tsx @@ -36,9 +36,9 @@ export default function SettingsForm() { return (
-
+

These settings will be applied to all accounts. @@ -134,7 +134,7 @@ export default function SettingsForm() {

-
+