Skip to content

Commit

Permalink
Rename svg files
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonChong96 committed May 18, 2020
1 parent 17c9e4f commit 4a3405e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions src/client/components/HomePage/FeatureListSliver.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import {
useMediaQuery,
useTheme,
} from '@material-ui/core'
import antiPhisingIcon from '~/assets/icons/anti-phishing-icon.svg'
import customisedIcon from '~/assets/icons/customised-icon.svg'
import analyticsIcon from '~/assets/icons/analytics-icon.svg'
import antiPhisingIcon from '~/assets/icons/home-page-anti-phishing-icon.svg'
import customisedIcon from '~/assets/icons/home-page-customised-icon.svg'
import analyticsIcon from '~/assets/icons/home-page-analytics-icon.svg'

const useStyles = makeStyles((theme) =>
createStyles({
Expand Down

0 comments on commit 4a3405e

Please sign in to comment.