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
|
||||
rel="shortcut icon"
|
||||
type="image/png"
|
||||
href="%PUBLIC_URL%/assets/icon/llama.png"
|
||||
href="%PUBLIC_URL%/assets/icon/llama-color.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="%PUBLIC_URL%/assets/icon/llama.png"
|
||||
href="%PUBLIC_URL%/assets/icon/llama-color.png"
|
||||
/>
|
||||
|
||||
<base href="/" />
|
||||
|
@ -38,7 +38,7 @@
|
|||
<!-- IOS stuff -->
|
||||
<link
|
||||
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-title" content="Llama Bot" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue