diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-16 01:13:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-16 01:13:39 -0400 |
commit | f1bdafde238280b771abb1d74ae780b6b86bdc79 (patch) | |
tree | 7eefc9d51dab26cb12f3f2b6d7452008486094b2 /src/SMAPI.Web/wwwroot/Content/js | |
parent | c9a6d327110806d20877c477095238846a8d83bf (diff) | |
download | SMAPI-f1bdafde238280b771abb1d74ae780b6b86bdc79.tar.gz SMAPI-f1bdafde238280b771abb1d74ae780b6b86bdc79.tar.bz2 SMAPI-f1bdafde238280b771abb1d74ae780b6b86bdc79.zip |
use sharper pufferchick images
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/js')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/js/index.js | 2 |
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"); } ); |