Skip to content

Commit

Permalink
Overwrite favicon and logo.svg
Browse files Browse the repository at this point in the history
Update icon
  • Loading branch information
ArchLeaders committed Oct 14, 2024
1 parent d32c77d commit 479c468
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions wwwroot/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"resource": [
{
"files": [
"**/images/**"
"**/images/**",
"favicon.ico",
"logo.png",
"logo.svg"
]
}
],
Expand All @@ -32,8 +35,8 @@
"_appName": "TotK Mod Manager",
"_appTitle": "TKMM",
"_enableSearch": true,
"_appLogoPath": "images/Icon-Transparent-1024.png",
"_appFaviconPath": "images/icon.ico",
"_appLogoPath": "logo.png",
"_appFaviconPath": "favicon.ico",
"_appFooter": "<footer id=\"copyright\">(c) TKMM-Team and Contributors under the MIT License</footer>",
"pdf": true
},
Expand Down
Binary file added wwwroot/favicon.ico
Binary file not shown.
Binary file removed wwwroot/images/icon.ico
Binary file not shown.
Binary file removed wwwroot/images/icon.png
Binary file not shown.
File renamed without changes
1 change: 1 addition & 0 deletions wwwroot/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 479c468

Please sign in to comment.