mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
MM-24504: api docs favicon update (#24525)
* removed the static folder from the favicon URL path, since it's being duplicated at build time * updated the api docs favicon
This commit is contained in:
parent
4d37aad678
commit
e849d72a79
2 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<title>Mattermost API Reference</title>
|
||||
<!-- needed for adaptive design -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="./static/favicon.ico">
|
||||
<link rel="shortcut icon" href="./favicon.ico">
|
||||
<style>
|
||||
body {
|
||||
padding: 0;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 31 KiB |
Loading…
Reference in a new issue