diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-08 19:38:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 19:38:03 -0400 |
commit | fbca048fcb135fb19ee1601961922be422eba8ee (patch) | |
tree | 92a722152dabae259a5466892ed949f5f3fe8828 /src/SMAPI.Web/Views/Index/Index.cshtml | |
parent | 4850e80e564abf14b29af4ed7dcdc049d781f7fc (diff) | |
parent | 477ecbab6ee4f011c68736c821cbe1476b384d29 (diff) | |
download | SMAPI-fbca048fcb135fb19ee1601961922be422eba8ee.tar.gz SMAPI-fbca048fcb135fb19ee1601961922be422eba8ee.tar.bz2 SMAPI-fbca048fcb135fb19ee1601961922be422eba8ee.zip |
Merge pull request #857 from ishanjalan/develop
Change pufferchick web icons to SVG
Diffstat (limited to 'src/SMAPI.Web/Views/Index/Index.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index acb8df78..d6472fcb 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -10,12 +10,12 @@ @section Head { <link rel="stylesheet" href="~/Content/css/index.css" /> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1" crossorigin="anonymous"></script> - <script src="~/Content/js/index.js"></script> + <script src="~/Content/js/index.js?r=20220708"></script> } <h1> SMAPI - <img id="pufferchick" src="Content/images/pufferchick.png" /> + <img id="pufferchick" src="Content/images/pufferchick.svg" /> </h1> <div id="blurb"> <p>The mod loader for Stardew Valley.</p> |