Skip to content

Commit

Permalink
Changed icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
mansisindhu committed Dec 19, 2021
1 parent 25300db commit 3dac631
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
9 changes: 0 additions & 9 deletions public/icons/18+_warning.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/check/Default.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/CarouselMain/CarouselMain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const CarouselMain = () => {
<span>
<img
className="wishlist__icon"
src="/icons/Add_to_wishlist.svg"
src="/icons/Add_to_Wishlist.svg"
alt=""
/>
</span>{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SignupPage/SignupPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const SignupPage = () => {
return (
<div className={styles.container}>
<div className={styles.icon}>
<img src="/icons/Epic_games_white.svg" alt="logo" />
<img src="/icons/Epic_Games_white.svg" alt="logo" />
</div>
<div className={styles.form}>
<p>Sign Up</p>
Expand Down

1 comment on commit 3dac631

@vercel
Copy link

@vercel vercel bot commented on 3dac631 Dec 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.