Skip to content

Commit

Permalink
Remove unused csv button from settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed May 5, 2024
1 parent 8154e17 commit 24137e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webroot/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ <h5 class="titleHeader">
<div class="rightHeader">
<div class="balanceDisplay">
</div>
<span class="csv">
<a target="_blank" href="" title="Export as CSV">
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="currentColor" class="bi bi-file-earmark-spreadsheet" viewBox="0 0 16 16">
<path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z"/>
</svg>
</a>
</span>
<span class="settings">
<a href="/settings" title="Settings" style="color: #ccc;">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="text-danger bi bi-gear" viewBox="0 0 16 16">
Expand Down

0 comments on commit 24137e9

Please sign in to comment.