Skip to content

Commit

Permalink
Fix img src issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfahimrahman22 committed Mar 16, 2024
1 parent a002fe7 commit 69173ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ <h3>Opening Hours</h3>
<section class="container">
<img
class="img-fluid"
src="assets/img/payment-methods.png"
src="./assets/img/payment-methods.png"
alt="payment"
/>
</section>
Expand Down

0 comments on commit 69173ef

Please sign in to comment.