1
0
Fork 0

improved favicon visibility

This commit is contained in:
Kim, Jimin 2022-02-16 18:14:29 +09:00
parent fe49a0f75a
commit c24f93c078

View file

@ -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" />