Skip to content

Commit

Permalink
fix: add correct html tag to rss button
Browse files Browse the repository at this point in the history
Co-authored-by: noa.santo <[email protected]>
Co-authored-by: Felix Hofmann <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent 939fb7f commit b576ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/blog-post/follow-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SocialLinks = styled.div`
}
`;

const SocialLinkItem = styled.li`
const SocialLinkItem = styled.div`
display: inline-block;
margin-right: 16px;
cursor: pointer;
Expand Down

0 comments on commit b576ce1

Please sign in to comment.