diff --git a/src/components/graph/graphCard/ChartCard.tsx b/src/components/graph/graphCard/ChartCard.tsx index 96f2741..262e47e 100644 --- a/src/components/graph/graphCard/ChartCard.tsx +++ b/src/components/graph/graphCard/ChartCard.tsx @@ -70,7 +70,7 @@ export default function ChartCard({ title, subtitle, consumption, className, lin

{title}

- {subtitle} + {subtitle}
{/* */}
diff --git a/src/components/graph/graphCard/ChartCardView.ts b/src/components/graph/graphCard/ChartCardView.ts index 9ebabd2..752ebdb 100644 --- a/src/components/graph/graphCard/ChartCardView.ts +++ b/src/components/graph/graphCard/ChartCardView.ts @@ -37,6 +37,11 @@ export const ChartCardView = styled.article` color: #2F4CDD; } + span{ + display:block; + font-size: 12.8px; + } + .statusDot { max-width: 11px; max-height: 11px; diff --git a/src/components/header/Header.tsx b/src/components/header/Header.tsx index dba6dd7..7ac5ad2 100644 --- a/src/components/header/Header.tsx +++ b/src/components/header/Header.tsx @@ -62,7 +62,8 @@ export default function Header({ name, admin, profile_picture }: headerInterface { !admin? - teste + // teste + null : null } diff --git a/src/pages/administrative/industryInfo/index.tsx b/src/pages/administrative/industryInfo/index.tsx index 5ca5a7c..9d0f5b7 100644 --- a/src/pages/administrative/industryInfo/index.tsx +++ b/src/pages/administrative/industryInfo/index.tsx @@ -78,7 +78,7 @@ export default function industryInfo({userName}: any) {
- {/* */} +
@@ -87,16 +87,13 @@ export default function industryInfo({userName}: any) { {/* */} -
-
-
- - -
-
-
+
+ +
- handleCreateClient()} title='Atualizar'/> + +
+ {/* handleCreateClient()} title='Atualizar'/> */} ) diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx index 3c234a4..db5750e 100644 --- a/src/pages/dashboard.tsx +++ b/src/pages/dashboard.tsx @@ -44,14 +44,14 @@ export default function Dashboard({grossAnualGraph, grossAnualYears, grossMensal
- - + - + - + + title='' subtitle='' barLabel hashurado/> - value.mes.slice(3, 7).includes('2021')).sort((a, b) => { if (parseFloat(a.mes.slice(0,2)) > parseFloat(b.mes.slice(1,2))) return 1 if (parseFloat(a.mes.slice(0,2)) < parseFloat(b.mes.slice(1,2))) return -1