Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e39a0 commit 1f7ba9aCopy full SHA for 1f7ba9a
www/src/views/showcase/featured-sites.js
@@ -7,7 +7,6 @@ import hex2rgba from "hex2rgba"
7
import { useColorMode } from "theme-ui"
8
9
import { screenshot, screenshotHover, withTitleHover } from "../shared/styles"
10
-import MdArrowForward from "react-icons/lib/md/arrow-forward"
11
import ShowcaseItemCategories from "./showcase-item-categories"
12
import { ShowcaseIcon } from "../../assets/icons"
13
import { mediaQueries, colors } from "gatsby-design-tokens/dist/theme-gatsbyjs-org"
@@ -119,7 +118,7 @@ class FeaturedSites extends Component {
119
118
>
120
<span className="title">View all</span>
121
{` `}
122
- <MdArrowForward sx={{ verticalAlign: `sub` }} />
+ <ArrowForwardIcon sx={{ verticalAlign: `sub` }} />
123
</a>
124
<div
125
css={{
0 commit comments