Skip to content

Commit

Permalink
[BLOG-50] feat(footer-addons): removed contact icons from blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-jacks committed May 31, 2020
1 parent 204f62f commit 0b03b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/blog.tsx
Original file line number Diff line number Diff line change
@@ -30,7 +30,6 @@ export default function Blog({ data: { allMdx } }: BlogProps) {
sx={{ width: "100%", display: "flex", alignItems: "center", mb: 3 }}
></div>
<PostListing postEdges={allMdx.edges} />
<AvatarLinks />
</Styled>
</Layout>
);

0 comments on commit 0b03b1c

Please sign in to comment.