joshtom / devcareer-frontend-hacktoberfest-challenge

This repository houses few challenges gotten from frontend mentors platform which mentees would be working on
2 stars 13 forks source link

order-summary-component #32

Closed Qaasim-Umar closed 1 year ago

Qaasim-Umar commented 1 year ago

I worked on issue #3 Order-Summary-Component with css preprocessor SASS/SCSS LIVE LINK https://order-summary-component-fe.netlify.app/

joshtom commented 1 year ago

Hi @Qaasim-Umar

Change all absolute linking to relative linking.

i.e for this kind of link <img src="/images/illustration-hero.svg" class="image" alt=""> change it to <img src="./images/illustration-hero.svg" class="image" alt=""> the only change is you adding a dot before the slash.

This is neccessary so it won't clash with any external image and would only look into your own directory