We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc1c27 commit 72b836fCopy full SHA for 72b836f
1 file changed
src/templates/BlogTemplate/index.jsx
@@ -46,10 +46,9 @@ const BlogTemplate = ({ data }) => {
46
{`${frontmatter.author} | ${frontmatter.date} | ${frontmatter.categories}`}
47
</Typography>
48
<Divider />
49
- <Typography
50
- variant="body2"
+ <div
51
color="textSecondary"
52
- component="p"
+ /* eslint-disable-next-line react/no-danger */
53
dangerouslySetInnerHTML={{ __html: html }}
54
/>
55
</CardContent>
0 commit comments