Skip to content

Commit

Permalink
Merge pull request #157 from Raj100679/152
Browse files Browse the repository at this point in the history
Fixed Meshmap logo hovering
  • Loading branch information
iArchitSharma authored Jan 18, 2024
2 parents 48c1bd6 + 274b7ae commit 895b956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ onmouseover="changeImage('layer5', 'images/logos/layer5-light.svg')" onmouseout=
<i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-primary me-3 mb-4 l5btn" href="/meshmap" aria-label="MeshMap Docs"
onmouseover="changeImage('meshmap', 'images/logos/meshmap-light.svg')" onmouseout="restoreImage('meshmap', 'images/logos/meshmap-alt.svg')">
<img id="meshmap" src="images/logos/meshmap-alt.svg" alt="Layer5 MeshMap Docs Logo" />
onmouseover="changeImage('Meshmap', 'images/logos/meshmap-light.svg')" onmouseout="restoreImage('Meshmap', 'images/logos/meshmap-alt.svg')">
<img id="Meshmap" src="images/logos/meshmap-alt.svg" alt="Layer5 MeshMap Docs Logo" />
MeshMap Docs
<i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
Expand Down

0 comments on commit 895b956

Please sign in to comment.