diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index cb9b023..cb9b619 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -36,10 +36,10 @@ export const Dashboard = () => {
Nenhum servidor encontrado.
)} {!loading && !error && servers.length > 0 && ( -
- - - +
+
+ + @@ -49,9 +49,9 @@ export const Dashboard = () => { - + {servers.map((server) => ( - +
Nome IP PortaBanco
{server.name} {server.ip} {server.port}