open-sauced / pizza-verse

A repository for all things pizza.
MIT License
38 stars 56 forks source link

fix: Correct image path to resolve 404 error #12

Closed BlackBond06 closed 1 year ago

BlackBond06 commented 1 year ago

Description

This PR fixes a minor typo in the image filename "margherita_pizza.png." The typo caused a 404 error when the image is accessed through its absolute path. This commit addresses the issue by renaming the image file to "margherita-pizza.png" to match the correct filename. The issue was identified during testing and reported by @bdougie.

What type of PR is this? (check all applicable)

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Added tests?

Added to documentation?

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

BekahHW commented 1 year ago