Skip to content

Commit

Permalink
Changed to svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
manatarms committed Jun 27, 2017
1 parent 21b41b3 commit 2e16701
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
Binary file removed assets/global-caching.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/global-caching.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/insight.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/insight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/security.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/security.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/web-optimization.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/web-optimization.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/containers/BenefitsCollection/BenefitsCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BenefitsCollection extends Component {
<LayoutColumn width={1 / 18}>&nbsp;</LayoutColumn>
<LayoutColumn width={4 / 18}>
<BenefitsFeature
imgSrc={getAbsoluteUrl(config, 'assets/global-caching.png')}
imgSrc={getAbsoluteUrl(config, 'assets/global-caching.svg')}
title={formatMessage({
id: 'component.benefitsFeature.globalCaching.title'
})}
Expand All @@ -30,7 +30,7 @@ class BenefitsCollection extends Component {
</LayoutColumn>
<LayoutColumn width={4 / 18}>
<BenefitsFeature
imgSrc={getAbsoluteUrl(config, 'assets/web-optimization.png')}
imgSrc={getAbsoluteUrl(config, 'assets/web-optimization.svg')}
title={formatMessage({
id: 'component.benefitsFeature.optimization.title'
})}
Expand All @@ -41,7 +41,7 @@ class BenefitsCollection extends Component {
</LayoutColumn>
<LayoutColumn width={4 / 18}>
<BenefitsFeature
imgSrc={getAbsoluteUrl(config, 'assets/security.png')}
imgSrc={getAbsoluteUrl(config, 'assets/security.svg')}
title={formatMessage({
id: 'component.benefitsFeature.security.title'
})}
Expand All @@ -52,7 +52,7 @@ class BenefitsCollection extends Component {
</LayoutColumn>
<LayoutColumn width={4 / 18}>
<BenefitsFeature
imgSrc={getAbsoluteUrl(config, 'assets/insight.png')}
imgSrc={getAbsoluteUrl(config, 'assets/insight.svg')}
title={formatMessage({
id: 'component.benefitsFeature.insights.title'
})}
Expand Down

0 comments on commit 2e16701

Please sign in to comment.