File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import hex2rgba from "hex2rgba"
77import { useColorMode } from "theme-ui"
88
99import { screenshot , screenshotHover , withTitleHover } from "../shared/styles"
10- import MdArrowForward from "react-icons/lib/md/arrow-forward"
1110import ShowcaseItemCategories from "./showcase-item-categories"
1211import { ShowcaseIcon } from "../../assets/icons"
1312import { mediaQueries , colors } from "gatsby-design-tokens/dist/theme-gatsbyjs-org"
@@ -119,7 +118,7 @@ class FeaturedSites extends Component {
119118 >
120119 < span className = "title" > View all</ span >
121120 { ` ` }
122- < MdArrowForward sx = { { verticalAlign : `sub` } } />
121+ < ArrowForwardIcon sx = { { verticalAlign : `sub` } } />
123122 </ a >
124123 < div
125124 css = { {
You can’t perform that action at this time.
0 commit comments