Skip to content

Commit b1d79b2

Browse files
committed
Replace profile photo and use ico for favicons
1 parent 51b2661 commit b1d79b2

File tree

7 files changed

+2
-3
lines changed

7 files changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
<link rel="preconnect" href="https://fonts.googleapis.com">
1515
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1616
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
17-
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
18-
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
17+
<link rel="icon" href="/assets/images/favicon.ico" sizes="any">
1918
</head>
2019

2120
<body>
2221
<div id="app"></div>
2322
<script type="module" src="/src/index.tsx"></script>
2423
</body>
2524

26-
</html>
25+
</html>

public/assets/images/ai.jpg

-96.2 KB
Binary file not shown.

public/assets/images/ai.png

-2 MB
Binary file not shown.
-1.51 KB
Binary file not shown.
-2.73 KB
Binary file not shown.

public/assets/images/favicon.ico

5.3 KB
Binary file not shown.

public/assets/images/profile.jpg

13.2 KB
Loading

0 commit comments

Comments
 (0)