diff --git a/public/assets/logose.png b/public/assets/logose.png new file mode 100644 index 0000000..5c4f920 Binary files /dev/null and b/public/assets/logose.png differ diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 2e82426..270101d 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -42,6 +42,7 @@ function MyApp({ Component, pageProps }: AppProps) { return ( + diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index fde66c6..ac9273c 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -37,6 +37,7 @@ export default class MyDocument extends Document { return ( + diff --git a/src/pages/forgotPassword.tsx b/src/pages/forgotPassword.tsx index 21e5361..db8c81a 100644 --- a/src/pages/forgotPassword.tsx +++ b/src/pages/forgotPassword.tsx @@ -39,11 +39,10 @@ export default function ForgotPassword() { } }, [password]) - return ( - Smart Energia - Esqueceu a Senha + Smart Energia diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d7f83bf..3139d2e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -45,7 +45,7 @@ export default function Home() { return ( - Smart Energia - Login + Smart Energia diff --git a/src/pages/pld/index.tsx b/src/pages/pld/index.tsx index 13459b2..50ec251 100644 --- a/src/pages/pld/index.tsx +++ b/src/pages/pld/index.tsx @@ -16,6 +16,7 @@ import LineChart from '../../components/graph/LineChart'; import { LineBarChart } from '../../components/graph/LineBarChart'; import { EconomiaAcumulada } from '../../services/economiaAcumulada'; import { EvolucaoPld } from '../../services/evolucaoPld'; +import Head from 'next/head'; export default function region() { const router = useRouter() @@ -36,6 +37,9 @@ export default function region() {
+ + Smart Energia - PLD +
{'< voltar para visão geral'}