Skip to content

Commit

Permalink
fixed image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Practical-Seaweed authored Apr 19, 2024
1 parent 1417183 commit eef942c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!-- lawn card -->
<div class="col">
<div class="card h-100">
<img src="/images/lawn_mowing.jpeg" class="card-img-top" alt="Lawn services">
<img src="images/lawn_mowing.jpeg" class="card-img-top" alt="Lawn services">
<div class="card-body">
<h5 class="card-title">Lawn Services</h5>
<p class="card-text">First impressions are important. We can help you create your personal
Expand Down Expand Up @@ -349,4 +349,4 @@ <h1 class="modal-title fs-5" id="staticBackdropFBLabel">Added to cart!</h1>
crossorigin="anonymous"></script>
</body>

</html>
</html>

0 comments on commit eef942c

Please sign in to comment.