HackYourFuture-CPH / fp-class19

MIT License
3 stars 1 forks source link

Delete unnecessary Images or replace them with CSS or SVG format #216

Open dpfernandes opened 2 years ago

dpfernandes commented 2 years ago

User story

Who: As a developer What: I want to make sure I delete unnecessary images or use CSS or SVG to replaced the ones that are needed Why: so that I can clean files that are not being used or are being misused.

Acceptance criteria

Check the files below and delete them if they are not being used or replace them with CSS or SVG format:

  1. /src/client/assets/images/Rectangle_58.png
  2. /src/client/assets/images/Rectangle_60.png
  3. /src/client/assets/images/cart_bucket.png
  4. /src/client/assets/images/close_button.png
  5. /src/client/assets/images/discount_box.png
  6. /src/client/assets/images/emailsend.png
  7. /src/client/assets/images/favorite-icon.png
  8. /src/client/assets/images/goog.png
  9. /src//client/assets/images/heart.png
  10. /src/client/assets/images/hyf.png
  11. /src/client/assets/images/shopping-cart.png
  12. /src/client/assets/images/user-login.png

Implementation details

Use CSS or SVG format to replace the graphics or images that the project needs and delete the