From 85f00002318e8c46f013893fc21948ac13147fd8 Mon Sep 17 00:00:00 2001 From: aldemirlucas Date: Mon, 9 Dec 2024 10:35:52 -0300 Subject: [PATCH] fix: add id container survey hotjar and ajusts visuais --- next/components/organisms/Blog/Slug.js | 7 +++++-- next/pages/blog/[slug].js | 26 ++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/next/components/organisms/Blog/Slug.js b/next/components/organisms/Blog/Slug.js index fc14cc24..e9ca71a8 100644 --- a/next/components/organisms/Blog/Slug.js +++ b/next/components/organisms/Blog/Slug.js @@ -62,7 +62,7 @@ function CodeBlock({ children }) { : { value: code }; return ( - + {language ? ( - {t("blog")} / + {t("blog")} / {frontmatter.categories.map((elm) => { - return {categories?.[elm] || t(elm)} + return ( + {categories?.[elm] || t(elm)} + ) })} @@ -165,6 +185,7 @@ export default function Post({ slug, mdxSource, headings }) { fontWeight="400" lineHeight="24px" color="#252A32" + marginTop="24px" >{t("noticedSomething")} {t("contributeToBD")} +