diff --git a/src/components/administrativeTables/ClientsTable.tsx b/src/components/administrativeTables/ClientsTable.tsx
index 6cea371..748e87e 100644
--- a/src/components/administrativeTables/ClientsTable.tsx
+++ b/src/components/administrativeTables/ClientsTable.tsx
@@ -293,7 +293,7 @@ export default function ClientTable() {
Unidade - {row.clientCode}
{row.name}
- {row.unity}
+ {row.unity}button
{row.status}
);
diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx
index 97fcc8d..d6e31fb 100644
--- a/src/components/sidebar/Sidebar.tsx
+++ b/src/components/sidebar/Sidebar.tsx
@@ -35,7 +35,7 @@ export default function Sidebar() {
const router = useRouter()
const user = {
- role: 'admin'
+ role: 'client'
}
useEffect(() => {
diff --git a/src/pages/administrative/faq/index.tsx b/src/pages/administrative/faq/index.tsx
index 05c0084..bc66f58 100644
--- a/src/pages/administrative/faq/index.tsx
+++ b/src/pages/administrative/faq/index.tsx
@@ -59,8 +59,8 @@ export default function Sidebar() {
-
-
+
+
+
- Smart Energia - FAQ
+ Smart Energia - Notificações
-
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
+
-
+
+
)
diff --git a/src/pages/telemetria.tsx b/src/pages/telemetria.tsx
index eb351f6..c20530f 100644
--- a/src/pages/telemetria.tsx
+++ b/src/pages/telemetria.tsx
@@ -56,12 +56,14 @@ export default function Telemetria() {
fullWidth
>
-
-
-
-
+
+
+
+
+
+
@@ -79,12 +81,13 @@ export default function Telemetria() {
fullWidth
>
-
-
-
-
+
+
+
+
+
@@ -102,12 +105,13 @@ export default function Telemetria() {
fullWidth
>
-
-
-
-
+
+
+
+
+
@@ -125,7 +129,7 @@ export default function Telemetria() {
fullWidth
>
diff --git a/src/styles/layouts/clients/ClientsView.ts b/src/styles/layouts/clients/ClientsView.ts
index 20d5674..63f98aa 100644
--- a/src/styles/layouts/clients/ClientsView.ts
+++ b/src/styles/layouts/clients/ClientsView.ts
@@ -40,6 +40,7 @@ export const ClientsView = styled.main`
}
.buttons{
display: flex;
+ margin-top: 40px;
}
`