Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unused buttons #37

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading