Skip to content

Commit

Permalink
Merge pull request #729 from basedosdados/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
AldemirLucas authored Nov 10, 2023
2 parents b57dde9 + cfdfa89 commit bde1362
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion next/components/molecules/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function Footer({ pages, ocult = false }) {
<FooterLink href="https://info.basedosdados.org/bd-pro">
BD Pro
</FooterLink>
<FooterLink href="https://info.basedosdados.org/bd-edu">
<FooterLink href="https://info.basedosdados.org/bd-edu-py">
BD Edu
</FooterLink>
</SectionCategories>
Expand Down
2 changes: 1 addition & 1 deletion next/components/molecules/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ export default function MenuNav({ simpleTemplate = false, userTemplate = false }
Dados: "/dataset",
Soluções: [
{icon: <BDLogoProImage widthImage="54px"/>, name: "Dados exclusivos", href: "https://info.basedosdados.org/bd-pro"},
{icon: <BDLogoEduImage widthImage="54px"/>, name: "Curso de dados", href: "https://info.basedosdados.org/bd-edu"},
{icon: <BDLogoEduImage widthImage="54px"/>, name: "Curso de dados", href: "https://info.basedosdados.org/bd-edu-py"},
{},
{name: "Serviço", href: "/servicos"},
{},
Expand Down
6 changes: 3 additions & 3 deletions next/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ function Support({ pages }) {
}

function BDEdu () {
const closeDate = new Date(2023, 7, 29)
const closeDate = new Date(2024, 1, 5)
const currentDate = new Date()

if(currentDate > closeDate) return null
Expand Down Expand Up @@ -688,7 +688,7 @@ function BDEdu () {
margin="0 !important"
backgroundColor="#8262D1"
>
<a href="https://info.basedosdados.org/bd-edu" target="_blank">
<a href="https://info.basedosdados.org/bd-edu-py" target="_blank">
Aproveite o preço promocional
</a>
</RoundedButton>
Expand All @@ -703,7 +703,7 @@ export default function Home({
return (
<MainPageTemplate id="home" backgroundColor="#FFFFFF" pages={pages}>
<Hero />
{/* <BDEdu /> */}
<BDEdu />
<BePartner />
<Products />
<Support pages={pages} />
Expand Down

0 comments on commit bde1362

Please sign in to comment.