Skip to content

Commit

Permalink
fix: ajust plural text and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Sep 23, 2024
1 parent a872e5c commit 985197b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next/components/molecules/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Footer({ template, ocult = false }) {
gridGap={{base: "8px", lg: "40px"}}
padding={{base: "24px", lg: "0"}}
>
<TextFooterSimple textAlign="center">
<TextFooterSimple >
® 2024 Base dos Dados
</TextFooterSimple>
<TextFooterSimple as="a" href="/termos-e-privacidade?section=terms" _hover={{ color: "#252A32" }}>
Expand Down
4 changes: 2 additions & 2 deletions next/components/organisms/DatasetResource.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function DatasetResource({
>
{tables.length > 0 &&
<MenuOptionGroup
title="Tabela tratada"
title="Tabelas tratadas"
fontFamily="Roboto"
fontWeight="400"
fontSize="16px"
Expand Down Expand Up @@ -287,7 +287,7 @@ export default function DatasetResource({
<>
<MenuDivider margin="0" borderWidth="2px" borderColor="#DEDFE0"/>
<MenuOptionGroup
title="Fonte original"
title="Fontes originais"
fontFamily="Roboto"
fontWeight="400"
fontSize="16px"
Expand Down

0 comments on commit 985197b

Please sign in to comment.