Skip to content

Commit

Permalink
Update contacts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JPEACH34 authored May 29, 2024
1 parent 33db592 commit bac0872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@
<tr id="contact-row-5">
<!--Favorite Button-->
<td>
<a id="contact-not-fave-5" href="javascript:favoriteContact(1, 0)" ><div id="editButton" type="button"><img src="images/favorite-no-fill.png" class="icon"></img></div></a>
<a id="contact-fave-5" href="javascript:favoriteContact(1, 1)" style="display:none"><img src="images/favorite-fill.png" class="icon"></img></div></a>
<a id="contact-not-fave-5" href="javascript:favoriteContact(5, 0)" ><div id="editButton" type="button"><img src="images/favorite-no-fill.png" class="icon"></img></div></a>
<a id="contact-fave-5" href="javascript:favoriteContact(5, 1)" style="display:none"><img src="images/favorite-fill.png" class="icon"></img></div></a>
</td>
<td>
Expand Down

0 comments on commit bac0872

Please sign in to comment.