Skip to content

Commit

Permalink
feat: icon to copy email in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio13Lins committed Apr 13, 2024
1 parent 853513d commit 4cb3dc5
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 @@ -213,12 +213,12 @@ <h3 class="font-bold text-lg">Edit Recipe</h3>
<div style="display: flex; color: white;">
Email me at
<a class="email" href="mailto:[email protected]">[email protected]</a>
<!-- <div class="tooltip">
<div class="tooltip" onclick="copyEmail()" onmouseout="resetCopyEmail()">

<img src="assets/svg/copy.svg" alt="copyIcon" class="copyIcon">

<span class="copyTooltip">Copy email</span>
</div> -->
<span id="copyText" class="copyTooltip"></span>
</div>
</div>
<div style="color: white;" id="thisYearAndOwner"></div>
</p>
Expand Down

0 comments on commit 4cb3dc5

Please sign in to comment.