Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Sep 12, 2024
1 parent 62a8029 commit 8581da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ supported by a custom backend "proxy-api". The latter is recommended because it
throttling of requests to Last.fm's API.

This repository not only holds the widget itself, but also a demo page and an example backend proxy-api. The
proxy-api is made in [Deno](https://deno.com/) (server-side typescript/javascript). Also, this repository is set
proxy-api is made in [Deno](https://deno.com/) (server-side javascript/typescript). Also, this repository is set
up as a [Deno Deploy](https://deno.com/deploy) project. Any updates in main-branch are immediately
deployed to https://lastfm-widgets.deno.dev/.

Expand Down
2 changes: 1 addition & 1 deletion widgets/tracks.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ a.username {
background-color: #fbe9e9;
padding-right: 4px;
}
:host(.hide-albums) #playlist > div.albuminfo {
:host(.no-albums) #playlist > div.albuminfo {
display: none;
}

Expand Down

0 comments on commit 8581da1

Please sign in to comment.