Skip to content

Commit

Permalink
fix: Americanize favorite (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jan 10, 2020
1 parent 6f4410d commit fb16eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/images/favourite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/01-atoms/01-icons/icons.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
icons: [
[
{
svg: 'favourite',
svg: 'favorite',
},
{
svg: 'share',
Expand Down
2 changes: 1 addition & 1 deletion src/components/03-layouts/03-resource/resource.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% render '@call-to-action', {label: 'View full resource', hasIcon: true, standAlone: true}, true %}
</div>
<div class="resource__actions">
{% render '@button', {standAlone: true, icon: 'favourite', label: 'Favourite'}, true %}
{% render '@button', {standAlone: true, icon: 'favorite', label: 'Favorite'}, true %}
{% render '@menu-button', {standAlone: true, icon: 'share', label: 'Share', items: [{label: 'Twitter'}, {label: 'Facebook'}, {label: 'LinkedIn'}, {label: 'Email'}]}, true %}
{% render '@button', {standAlone: true, icon: false, label: 'Report broken link'}, true %}
{% render '@menu-button', {standAlone: true, icon: false, label: 'View alternate links', items: [{label: 'View on Perma.cc'}, {label: 'View on the Wayback Machine'}]}, true %}
Expand Down

0 comments on commit fb16eb9

Please sign in to comment.