Skip to content

Commit

Permalink
att footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Oct 24, 2023
1 parent 33aaa58 commit 1a6448a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion next/components/molecules/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ export default function Footer({ pages }) {
<FooterLink href="https://basedosdados.github.io/mais/access_data_packages/">
Pacotes
</FooterLink>
<FooterLink href="https://info.basedosdados.org/bd-pro">
BD Pro
</FooterLink>
<FooterLink href="https://info.basedosdados.org/bd-edu">
BD Edu
</FooterLink>
</SectionCategories>

<SectionCategories title="SERVIÇOS" marginBottom={isMobileMod && "24px !important"}>
Expand Down Expand Up @@ -199,7 +205,7 @@ export default function Footer({ pages }) {
alignItems="flex-start"
marginTop={isMobileMod && "16px"}
>
<BodyText color="#FFF" fontSize="16px" letterSpacing="0.2px">® 2022 Base dos Dados</BodyText>
<BodyText color="#FFF" fontSize="16px" letterSpacing="0.2px">® 2023 Base dos Dados</BodyText>
{/* <Text>|</Text> // TODO: Não existem essas páginas ainda!
<Link color="white">Termos de uso</Link>
<Text>|</Text>
Expand Down

0 comments on commit 1a6448a

Please sign in to comment.