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")} +