Skip to content

Commit 689d29c

Browse files
committed
Added favicons and updated description
1 parent 24db663 commit 689d29c

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

public/coding_16.png

553 Bytes
Loading

public/coding_256.png

6.62 KB
Loading

public/coding_512.png

15.9 KB
Loading

public/favicon.ico

-3.78 KB
Binary file not shown.

public/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/coding_256.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
7+
<meta name="theme-color" content="#3f51b5" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Platform for learning programming"
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/coding_256.png" />
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>Learn Coding</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

public/logo192.png

-5.22 KB
Binary file not shown.

public/logo512.png

-9.44 KB
Binary file not shown.

src/components/user/Badges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const useStyles = makeStyles((theme) => ({
3030
height: 'auto',
3131
},
3232
blurred: {
33-
filter: 'blur(3px)',
33+
filter: 'blur(2px)',
3434
},
3535
}));
3636

0 commit comments

Comments
 (0)