Skip to content

Commit

Permalink
Fix path to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Dec 7, 2017
1 parent f16d14f commit 68f0c54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion octoprint_themeify/static/dist/themeify.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions octoprint_themeify/static/less/discorded/discorded.less
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
}

.icon-sd-black-14 {
background-image: url(../img/ic_sd_card_white_18dp_1x.png);
background-image: url(../img/ic_sd_card_white_18px.svg);
background-image: url(../../img/ic_sd_card_white_18dp_1x.png);
background-image: url(../../img/ic_sd_card_white_18px.svg);
background-position: 0 0px;
margin-top: 1px;
width: 15px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Themeify",
"version": "1.0.0",
"version": "1.0.1",
"description": "A plugin to change the looks of OctoPrint",
"license": "AGPL-3.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

plugin_name = "Themeify"

plugin_version = "1.0.0"
plugin_version = "1.0.1"

plugin_description = """Beautiful themes for octoprint"""

Expand Down

0 comments on commit 68f0c54

Please sign in to comment.