improved favicon visibility
This commit is contained in:
parent
fe49a0f75a
commit
c24f93c078
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@
|
||||||
<link
|
<link
|
||||||
rel="shortcut icon"
|
rel="shortcut icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
href="%PUBLIC_URL%/assets/icon/llama.png"
|
href="%PUBLIC_URL%/assets/icon/llama-color.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
href="%PUBLIC_URL%/assets/icon/llama.png"
|
href="%PUBLIC_URL%/assets/icon/llama-color.png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<!-- IOS stuff -->
|
<!-- IOS stuff -->
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
href="%PUBLIC_URL%/assets/icon/llama.png"
|
href="%PUBLIC_URL%/assets/icon/llama-color.png"
|
||||||
/>
|
/>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Llama Bot" />
|
<meta name="apple-mobile-web-app-title" content="Llama Bot" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue