summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/js/index.js
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-16 01:13:39 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-16 01:13:39 -0400
commitf1bdafde238280b771abb1d74ae780b6b86bdc79 (patch)
tree7eefc9d51dab26cb12f3f2b6d7452008486094b2 /src/SMAPI.Web/wwwroot/Content/js/index.js
parentc9a6d327110806d20877c477095238846a8d83bf (diff)
downloadSMAPI-f1bdafde238280b771abb1d74ae780b6b86bdc79.tar.gz
SMAPI-f1bdafde238280b771abb1d74ae780b6b86bdc79.tar.bz2
SMAPI-f1bdafde238280b771abb1d74ae780b6b86bdc79.zip
use sharper pufferchick images
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/js/index.js')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/js/index.js b/src/SMAPI.Web/wwwroot/Content/js/index.js
index 8fa1c26f..d0734b02 100644
--- a/src/SMAPI.Web/wwwroot/Content/js/index.js
+++ b/src/SMAPI.Web/wwwroot/Content/js/index.js
@@ -6,7 +6,7 @@ $(document).ready(function () {
pufferchick.attr("src", "Content/images/pufferchick-cool.png");
},
function () {
- pufferchick.attr("src", "favicon.ico");
+ pufferchick.attr("src", "Content/images/pufferchick.png");
}
);