Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/basedosdados/website into s…
Browse files Browse the repository at this point in the history
…taging
  • Loading branch information
AldemirLucas committed Dec 11, 2024
2 parents ea9a24d + 19f7218 commit 3e8c654
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions next/components/molecules/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,6 @@ export default function MenuNav({ simpleTemplate = false, userTemplate = false }
let links;

if (locale === "pt") {

links = {
[t('data')]: `/search`,
[t('solutions')]: [
Expand Down Expand Up @@ -1036,9 +1035,7 @@ export default function MenuNav({ simpleTemplate = false, userTemplate = false }
[t('contact')]: "/contact",
Button: []
}

} else if (locale === "en") {

links = {
[t('data')]: `/search`,
[t('solutions')]: [
Expand All @@ -1062,9 +1059,7 @@ export default function MenuNav({ simpleTemplate = false, userTemplate = false }
[t('contact')]: "/contact",
Button: []
}

} else if (locale === "es") {

links = {
[t('data')]: `/search`,
[t('solutions')]: [
Expand All @@ -1088,7 +1083,6 @@ export default function MenuNav({ simpleTemplate = false, userTemplate = false }
[t('contact')]: "/contact",
Button: []
}

}

useEffect(() => {
Expand Down

0 comments on commit 3e8c654

Please sign in to comment.