Skip to content

Commit

Permalink
feat #391 - Update MadeWithLove icons (#394)
Browse files Browse the repository at this point in the history
* feat #391 - Update MadeWithLove icons
  • Loading branch information
mishevong authored Jul 19, 2021
1 parent 6e355ff commit 0083a5a
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 248 deletions.
6 changes: 3 additions & 3 deletions src/__snapshots__/storybook.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3041,7 +3041,7 @@ exports[`Storyshots Made With Love With Love 1`] = `
<img
alt=" momos"
className="loveIcon-0-2-227"
src="with_love_momos.svg"
src="momo.svg"
/>
<div
className="loveIconTag-0-2-228"
Expand Down Expand Up @@ -3074,7 +3074,7 @@ exports[`Storyshots Made With Love With Love 1`] = `
<img
alt="gourmet coffees"
className="loveIcon-0-2-227"
src="with_love_coffee.svg"
src="coffee.svg"
/>
<div
className="loveIconTag-0-2-228"
Expand Down Expand Up @@ -3107,7 +3107,7 @@ exports[`Storyshots Made With Love With Love 1`] = `
<img
alt="high chews"
className="loveIcon-0-2-227"
src="with_love_high_chews.svg"
src="candy.svg"
/>
<div
className="loveIconTag-0-2-228"
Expand Down
8 changes: 4 additions & 4 deletions src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Candy from '../assets/images/candy.svg'
import cn from 'classnames'
import Coffee from '../assets/images/with_love_coffee.svg'
import Coffee from '../assets/images/coffee.svg'
import { createUseStyles } from 'react-jss'
import { faHeart } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import HighChews from '../assets/images/with_love_high_chews.svg'
import { Link } from 'components/Link'
import Momos from '../assets/images/with_love_momos.svg'
import Momos from '../assets/images/momo.svg'
import { styleguide } from 'components/assets/styles'
import { Breakpoints, ThemeType } from '@dassana-io/web-utils'
import {
Expand Down Expand Up @@ -128,7 +128,7 @@ const loveIconsConfig = [
tag: 'gourmet coffees'
},
{
icon: HighChews,
icon: Candy,
tag: 'high chews'
}
]
Expand Down
21 changes: 21 additions & 0 deletions src/components/assets/images/candy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/assets/images/coffee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/components/assets/images/momo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions src/components/assets/images/with_love_coffee.svg

This file was deleted.

Loading

0 comments on commit 0083a5a

Please sign in to comment.