Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat #391 - Update MadeWithLove icons #394

Merged
merged 6 commits into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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