Skip to content

Commit

Permalink
Merge pull request #1066 from basedosdados/fix/link-github-blog
Browse files Browse the repository at this point in the history
fix: link github blog
  • Loading branch information
AldemirLucas authored Dec 11, 2024
2 parents 5d15c12 + fdc3cec commit 8614adb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions next/pages/blog/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,19 @@ export default function Post({ slug, locale, mdxSource, headings }) {
color="#252A32"
marginTop="24px"
>{t("noticedSomething")} </Text>
<Link
<Text
as="a"
href={`https://github.com/basedosdados/website/edit/${repository()}/next/blog/${locale}/${slug}.md`}
isexternal="true"
fontFamily="Roboto"
fontSize="16px"
fontWeight="400"
lineHeight="24px"
color="#0068C5"
_hover={{
color: "#0057A4"
}}
>{t("contributeToBD")}</Link>
>{t("contributeToBD")}</Text>
<Box id="hotjarSurveyBlog"/>
</Box>
</Box>
Expand Down

0 comments on commit 8614adb

Please sign in to comment.