Skip to content

Commit

Permalink
disable featured
Browse files Browse the repository at this point in the history
  • Loading branch information
zemuldo committed Aug 6, 2024
1 parent a8b1b19 commit 5a08b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Blog extends React.Component {
</Container>
<Container>
<ShouldRender if={!!featuredPost && !this.state.currentTag}>
<FeaturedPost featuredPost={featuredPost} />
{/* <FeaturedPost featuredPost={featuredPost} /> */}
</ShouldRender>
</Container>
<Container maxWidth="md">
Expand Down

0 comments on commit 5a08b83

Please sign in to comment.