Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
fix: correct informations after presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rwietter committed Jul 10, 2023
1 parent 602f5f0 commit e6c22fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ Com a integração de um mapa, é possível identificar os pontos críticos da p

## 📑 Documentação

- [Documentação](https://insight-docs.vercel.app/)
- [Documentação](https://covid-19-insights.vercel.app/)
- [Dashboard](http://200.132.38.218:3001/dashboard)
- [Repositório Frontend](https://github.com/rwietter/covid-19-insights)
- [Repositório Backend](github.com/DenianFossatti/covid-19-insights-graphql-api)
- [Playground API](http://200.132.38.218:5001/graphql)
- [Slides de Apresentação](https://docs.google.com/presentation/d/15Domn3W62eAEQyAP1zPEjHPQ6RUoDN6q08Vdm6jpQms/edit?usp=sharing)


---

Expand Down
2 changes: 1 addition & 1 deletion domains/dashboard/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Banner: FC<Props> = (props): ReactNode => {
<section>
<h1 className='text-3xl text-slate-500 font-sans'>
Covid
<strong className='text-slate-800'>&nbsp;Insights</strong>.
<strong className='text-slate-800'>&nbsp;Insights (RS)</strong>.
</h1>
{hasDate ? (
<p className='pt-2 block text-slate-500 font-semibold w-full max-w-fit'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const DeadGroupedByCity: FC<IDeadGroupedByCity> = ({ countDeadGroupedByCity }) =

return (
<Chart
title='Cidades com mais mortes'
title='Cidades com mais mortes (% absoluta)'
subtitle='Cidades com mais mortes decorrentes do COVID-19'
description='O gráfico mostra o número de óbitos que ocorreram por cidade no período filtrado. Você pode passar o mouse sobre os dados para ver o número de óbitos.'
>
Expand Down

0 comments on commit e6c22fb

Please sign in to comment.