Skip to content

Commit

Permalink
Merge pull request #22 from unb-mds/feature/jose-home-ortografia
Browse files Browse the repository at this point in the history
🐛 ortografia da home
  • Loading branch information
joseandre25 authored Oct 25, 2023
2 parents acbf6c7 + 50132c4 commit 4889426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export const Home = ({ municipio, ano }: TitleProps) => {
<div className="p-4 text-2xl 2xl:text-3xl 3xl:text-[2.4375rem] font-semibold lg:w-[42.93rem] leading-10">
{ano === "geral" ? (
<>
Acompanhe a quantidade de avisos de licitação que ocorreram em
Acompanhe a quantidade de avisos de licitação que ocorreram no
<span className="text-[#4AA381]">{(" " + titleText) as string}</span>
</>
) : (
<>
Acompanhe a quantidade de avisos de licitação que ocorreram em
Acompanhe a quantidade de avisos de licitação que ocorreram no
<span className="text-[#4AA381]">{(" " + titleText) as string} - {(" " + ano) as string}</span>
</>
)}
Expand Down

0 comments on commit 4889426

Please sign in to comment.