Skip to content

Commit

Permalink
feat #391 - rename HighChew to Candy
Browse files Browse the repository at this point in the history
  • Loading branch information
mishevong committed Jul 19, 2021
1 parent af70d3d commit b283db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Candy from '../assets/images/candy.svg'
import cn from 'classnames'
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/candy.svg'
import { Link } from 'components/Link'
import Momos from '../assets/images/momo.svg'
import { styleguide } from 'components/assets/styles'
Expand Down Expand Up @@ -128,7 +128,7 @@ const loveIconsConfig = [
tag: 'gourmet coffees'
},
{
icon: HighChews,
icon: Candy,
tag: 'high chews'
}
]
Expand Down

0 comments on commit b283db6

Please sign in to comment.