Skip to content

Commit

Permalink
fix homepage icons (#25633)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis committed Jul 9, 2020
1 parent 46e7988 commit c170509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/components/homepage/homepage-ecosystem.js
Expand Up @@ -162,7 +162,7 @@ const HomepageEcosystem = ({ featuredItems }) => (
<Section
title="Plugins"
description="Plugins are packages that extend Gatsby sites. They can source content, transform data, and more!"
icon={PluginsIcon}
icon={<PluginsIcon />}
links={[
{ label: `Browse Plugins`, to: `/plugins/` },
{
Expand All @@ -178,7 +178,7 @@ const HomepageEcosystem = ({ featuredItems }) => (
<Section
title="Starters"
description="Starters are Gatsby sites that are preconfigured for different use cases to give you a head start for your project."
icon={StartersIcon}
icon={<StartersIcon />}
links={[
{ label: `Browse Starters`, to: `/starters/` },
{ label: `Using Starters`, to: `/docs/starters/`, secondary: true },
Expand Down

0 comments on commit c170509

Please sign in to comment.