Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reemabahussain committed Sep 27, 2023
1 parent 1e26f67 commit ec5c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img :src="require('~/static/images/Essham1.png')" class="d-block w-100" alt="Slider image 1">
</div>
<div class="carousel-item">
<img :src="require('~/static/images/Essham2.png')" class="d-block w-100" alt="Slider image 2">
<img :src="require('~/static/images/essham2.png')" class="d-block w-100" alt="Slider image 2">
</div>
<div class="carousel-item">
<img :src="require('~/static/images/Essham3.png')" class="d-block w-100" alt="Slider image 3">
Expand Down

0 comments on commit ec5c285

Please sign in to comment.