Skip to content

Commit

Permalink
fix(www): add arrow icon to 'View all Posts' button (#10183)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglobinski authored and amberleyromo committed Nov 28, 2018
1 parent 90ed649 commit be14610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/src/components/homepage/homepage-blog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from "react"
import PropTypes from "prop-types"

import ArrowForwardIcon from "react-icons/lib/md/arrow-forward"

import HomepageSection from "./homepage-section"
import HomepageBlogPosts from "./homepage-blog-posts"

Expand All @@ -15,6 +17,7 @@ const HomepageBlog = ({ posts }) => (
{
label: `View all posts`,
to: `/blog/`,
icon: ArrowForwardIcon,
},
]}
>
Expand Down

0 comments on commit be14610

Please sign in to comment.