Skip to content

Commit

Permalink
fix background img location
Browse files Browse the repository at this point in the history
  • Loading branch information
pietheinstrengholt committed Jul 23, 2024
1 parent fe6e473 commit 1c4c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Quickbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}
#rssmonster.view-button {
background: url(../assets/images/monster.svg) 10px 10px no-repeat;
background: url(../assets/images/monster-dark.png) 10px 10px no-repeat;
background-size: 20px 20px;
max-width: 40px;
min-width: 40px;
Expand Down

0 comments on commit 1c4c257

Please sign in to comment.