Skip to content

Commit

Permalink
[style] 빠진 # 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Feb 29, 2024
1 parent ffb9d4a commit d41e538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const BlogPostTemplate = ({

const badges = post.frontmatter.tag?.map(tag => (
<span className={badgeCls} key={tag}>
{tag}
#{tag}
</span>
))

Expand Down

0 comments on commit d41e538

Please sign in to comment.