Skip to content

Commit

Permalink
🆒 : refatorando o codigo
Browse files Browse the repository at this point in the history
  • Loading branch information
anabborges committed Dec 11, 2023
1 parent 776cb61 commit 6ca703d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions implementacao-front/src/pages/PesquisaAvancada.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ function PesquisaAvancada() {
<MenuBar />
{<div className={styles.content}>
<h1 className={styles.titulo}>Pesquisa Avançada</h1>
<div className={styles.lowerDiv}>
<Tabela></Tabela>
</div>
<p>Atenção: Os dados referidos são apenas do ano de 2017.</p>
<div className={styles.lowerDiv}>
<Tabela></Tabela>
</div>
<p>Atenção: Os dados referidos são apenas do ano de 2017.</p>
</div>}
<div className={styles.lowerDiv}>
{/*<form>
Expand Down

1 comment on commit 6ca703d

@vercel
Copy link

@vercel vercel bot commented on 6ca703d Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

de-olho-rs-teste – ./implementacao-front

de-olho-rs-teste-my-team-1c098159.vercel.app
de-olho-rs-teste.vercel.app
de-olho-rs-teste-git-build-my-team-1c098159.vercel.app

Please sign in to comment.