David Pomerenke
commited on
Commit
·
4718a02
1
Parent(s):
ecf4195
Favicon
Browse files- frontend/public/favicon.ico +0 -0
- frontend/public/index.html +3 -3
- frontend/public/logo192.png +0 -0
- frontend/public/logo512.png +0 -0
- frontend/src/App.js +1 -1
frontend/public/favicon.ico
DELETED
Binary file (3.87 kB)
|
|
frontend/public/index.html
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
-
<link rel="icon" href="%
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 |
<meta name="theme-color" content="#000000" />
|
8 |
<meta
|
9 |
name="description"
|
10 |
-
content="
|
11 |
/>
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13 |
<!--
|
@@ -24,7 +24,7 @@
|
|
24 |
work correctly both with client-side routing and a non-root public URL.
|
25 |
Learn how to configure a non-root public URL by running `npm run build`.
|
26 |
-->
|
27 |
-
<title>
|
28 |
</head>
|
29 |
<body>
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2280%22>🌍</text></svg>">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 |
<meta name="theme-color" content="#000000" />
|
8 |
<meta
|
9 |
name="description"
|
10 |
+
content="Global AI Language Monitor"
|
11 |
/>
|
12 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13 |
<!--
|
|
|
24 |
work correctly both with client-side routing and a non-root public URL.
|
25 |
Learn how to configure a non-root public URL by running `npm run build`.
|
26 |
-->
|
27 |
+
<title>Global AI Language Monitor</title>
|
28 |
</head>
|
29 |
<body>
|
30 |
<noscript>You need to enable JavaScript to run this app.</noscript>
|
frontend/public/logo192.png
DELETED
Binary file (5.35 kB)
|
|
frontend/public/logo512.png
DELETED
Binary file (9.66 kB)
|
|
frontend/src/App.js
CHANGED
@@ -35,7 +35,7 @@ function App() {
|
|
35 |
<div className="emoji-container">
|
36 |
<span role="img" aria-label="Hugging Face Emoji" className="header-emoji">🌍</span>
|
37 |
</div>
|
38 |
-
<h1>
|
39 |
<p>Tracking language proficiency of AI models for every language</p>
|
40 |
|
41 |
<div className="data-container">
|
|
|
35 |
<div className="emoji-container">
|
36 |
<span role="img" aria-label="Hugging Face Emoji" className="header-emoji">🌍</span>
|
37 |
</div>
|
38 |
+
<h1>Global AI Language Monitor</h1>
|
39 |
<p>Tracking language proficiency of AI models for every language</p>
|
40 |
|
41 |
<div className="data-container">
|