We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2564d3e commit 56afc9fCopy full SHA for 56afc9f
2 files changed
public/favicon.svg
public/index.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
+ <link rel="icon" type="image/svg+xml" href="%PUBLIC_URL%/favicon.svg" />
7
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
<meta name="theme-color" content="#000000" />
9
<meta
@@ -14,7 +15,7 @@
14
15
<link rel="preconnect" href="https://fonts.googleapis.com">
16
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
- <title>React App</title>
18
+ <title>Fezcode // Fezcodex</title>
19
</head>
20
<body class="bg-gray-950">
21
<noscript>You need to enable JavaScript to run this app.</noscript>
0 commit comments