Skip to content

Commit

Permalink
🐛 ortografia da home
Browse files Browse the repository at this point in the history
  • Loading branch information
joseandre25 committed Oct 25, 2023
1 parent acbf6c7 commit 50132c4
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 50132c4

Please sign in to comment.