Rename Grouppink (?) to create_button.png

This commit is contained in:
Sanjit Joseph 2022-11-30 17:18:49 -08:00
parent 18a3230ad7
commit 42a560ab0e
2 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -43,9 +43,9 @@
<img src ="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn"/> <img src ="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn"/>
</div> </div>
<div class="center-display"> <div class="center-display">
<img src ="./assets/images/Grouppink.png" alt="CREATE" style="opacity: 100%;" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/> <img src ="./assets/images/create_button.png" alt="CREATE" style="opacity: 100%;" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/>
<h2 id="recent-reviews-text"> Recent Reviews </h2> <h2 id="recent-reviews-text"> Recent Reviews </h2>
<img src ="./assets/images/Grouppink.png" id="create-btn-invis" style="opacity:0;"/> <img src ="./assets/images/create_button.png" id="create-btn-invis" style="opacity:0;"/>
<label for="sort">Filtering Method:</label> <label for="sort">Filtering Method:</label>
<select id="sort"> <select id="sort">
<option value="recent">Most Recent</option> <option value="recent">Most Recent</option>