Skip to content

Commit

Permalink
Merge pull request #37 from cis3296s24/webpageCleanup
Browse files Browse the repository at this point in the history
Removed unused buttons
  • Loading branch information
tun82434 authored Apr 22, 2024
2 parents 06ad75a + 5a40bde commit d9934c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions receiptifyv1/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ <h2>Top Track Generator</h2>
<option value="artists">Top Artists</option>
<option value="genres">Top Genres</option>
<option value="stats">Stats</option>
<option value="show-search">Search Albums</option>
<option value="build-receipt">
<!--<option value="show-search">Search Albums</option>-->
<!--<option value="build-receipt">
Build Custom Receipt [NEW]
</option>
</option>-->
</select>
</form>
<p id="options-header">Time Period</p>
Expand Down Expand Up @@ -506,7 +506,7 @@ <h2 class='logo'>
<div class='under'>
<button class='time-btn' id='download'>Download Image</button>
<button class='time-btn' id='new-tab'>View in New Tab <span class="new-feature">NEW</span></button>
<button class='time-btn' id='save-playlist'>Save as Playlist <span class="new-feature">NEW</span></button>
<!--<button class='time-btn' id='save-playlist'>Save as Playlist <span class="new-feature">NEW</span></button>-->
</div>
</script>
<!-- footer -->
Expand All @@ -520,7 +520,7 @@ <h2 class='logo'>
</div>
<br />
<p class="info">
Made by <a href="https://michellexliu.me/">Michelle Liu</a>
Inspired by <a href="https://receiptify.herokuapp.com/">Receiptify</a> by <a href="https://michellexliu.me/">Michelle Liu</a>
</p>
<p class="info">
<a href="index.html">Home</a> | <a href="about.html">About</a> |
Expand Down

0 comments on commit d9934c5

Please sign in to comment.