Skip to content

Commit

Permalink
feat: update content main class
Browse files Browse the repository at this point in the history
From ".knowledge-content" to ".post-content"
  • Loading branch information
mateusfg7 committed Dec 2, 2022
1 parent e6ed864 commit ce6e105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/knowledge/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Knowledge = ({ post }: Props) => {
</p>
</div>
</div>
<div className="knowledge-content">
<div className="post-content">
<MDXContent />
</div>
</main>
Expand Down

0 comments on commit ce6e105

Please sign in to comment.