Skip to content

Commit c0c1c0a

Browse files
authored
feat: Update favicon with multiple sizes for different devices (#434)
# PR Checklist - [ ] Did you check if it works normally in all models? *ignore this when it dosen't uses models* - [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? - [ ] Did you added a type def? # Description
2 parents 6126695 + 17ff797 commit c0c1c0a

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/favicon.png" />
5+
<link rel="icon" type="image/png" sizes="16x16" href="/logo_16.png" />
6+
<link rel="icon" type="image/png" sizes="32x32" href="/logo_32.png" />
7+
<link rel="icon" type="image/png" sizes="256x256" href="/logo_256.png" />
68
<meta name="description" content="An AI frontend for both light and core users.">
79
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
810
<link href="https://fonts.googleapis.com/css2?family=Tilt+Prism&family=Yellowtail&display=swap" rel="stylesheet">

public/logo_16.png

402 Bytes
Loading

public/logo_256.png

7.43 KB
Loading

public/logo_32.png

720 Bytes
Loading

0 commit comments

Comments
 (0)