mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 12:40:12 +00:00
🎉 Add a new favicon for localhost enviroment (#11459)
This commit is contained in:
parent
b2fb63988f
commit
cb80ea98ba
BIN
frontend/resources/images/favicon-local.png
Normal file
BIN
frontend/resources/images/favicon-local.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@ -23,7 +23,12 @@
|
|||||||
<link href="css/debug.css?version={{& version_tag}}" rel="stylesheet" type="text/css" />
|
<link href="css/debug.css?version={{& version_tag}}" rel="stylesheet" type="text/css" />
|
||||||
{{/isDebug}}
|
{{/isDebug}}
|
||||||
|
|
||||||
|
{{#isDebug}}
|
||||||
|
<link rel="icon" href="images/favicon-local.png?version={{& version_tag }}" />
|
||||||
|
{{/isDebug}}
|
||||||
|
{{^isDebug}}
|
||||||
<link rel="icon" href="images/favicon.png?version={{& version_tag }}" />
|
<link rel="icon" href="images/favicon.png?version={{& version_tag }}" />
|
||||||
|
{{/isDebug}}
|
||||||
|
|
||||||
<script type="importmap">{{& manifest.importmap }}</script>
|
<script type="importmap">{{& manifest.importmap }}</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user