Skip to content

Commit

Permalink
add tidal icon
Browse files Browse the repository at this point in the history
  • Loading branch information
melvincarvalho committed Oct 25, 2023
1 parent 820c635 commit 7eee098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added images/tidal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,13 @@ <h3>Listen on</h3>
<div class="buy">
<h3>Buy on</h3>
<a href="${songData.url.Tidal}" class="disabled">
<i class="fab fab fa-itunes-note"></i> Tidal
<img
src="./images/tidal.png"
alt="Tidal"
style="width: 16px; height: 16px; filter: invert(100%);"
/>${' '} Tidal
</a>
<a href="${songData.url.Amazon}" class="disabled">
<i class="fab fa-amazon"></i> Amazon
</a>
Expand Down

0 comments on commit 7eee098

Please sign in to comment.