Browse Source

fix(animated checkmark path was wrong lol)

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
f2f211c0d7
  1. 2
      app/components/AnimatedCheckmark/AnimatedCheckmark.js

2
app/components/AnimatedCheckmark/AnimatedCheckmark.js

@ -1,6 +1,6 @@
import React from 'react'
import Isvg from 'react-inlinesvg'
import checkmarkIcon from './components/AnimatedCheckmark/checkmark.svg'
import checkmarkIcon from 'components/AnimatedCheckmark/checkmark.svg'
const AnimatedCheckmark = () => <Isvg src={checkmarkIcon} />

Loading…
Cancel
Save