Skip to content

Commit

Permalink
Merge pull request #917 from Archiesachin/Destinations
Browse files Browse the repository at this point in the history
fix: Removed extra image in the destinations section
  • Loading branch information
apu52 authored Jul 3, 2024
2 parents 8060a55 + ecf4012 commit 0234051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ <h3>PARIS</h3>
url('./img/london.jpg')
">
<div class="info">
<img src="./img/london.jpg" alt="Giant Wheel" style="width:100%">

<p>||Giant Wheel||</p>
<h3>LONDON</h3>
</div>
Expand All @@ -508,7 +508,7 @@ <h3>LONDON</h3>
url('./img/goa.jpg')
">
<div class="info">
<img src="./img/goa.jpg" alt="Goa Beach" style="width:100%">

<p>||Goa Beach||</p>
<h3>GOA</h3>
</div>
Expand All @@ -519,7 +519,7 @@ <h3>GOA</h3>
url('./img/maldives.jpg')
">
<div class="info">
<img src="./img/maldives.jpg" alt="Male Beach" style="width:100%">

<p>||Male Beach||</p>
<h3>MALDIVES</h3>
</div>
Expand Down

0 comments on commit 0234051

Please sign in to comment.