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/Views | |
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/Views')
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index fbfc2239..8145d354 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -34,7 +34,7 @@ </div><br /> } <a href="https://stardewvalleywiki.com/Modding:Player_Guide" class="secondary-cta">Player guide</a><br /> - <img id="pufferchick" src="favicon.ico" /> + <img id="pufferchick" src="Content/images/pufferchick.png" /> </div> <h2>Get help</h2> |