Skip to content

Commit b9304d7

Browse files
authored
Merge pull request #164 from HackYourFutureProjects/feat/favicon
favicon
2 parents 25d673d + 6869b9d commit b9304d7

10 files changed

Lines changed: 3257 additions & 45 deletions

File tree

client/.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

client/.eslintrc.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

client/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<link rel="icon" type="image/png" href="/favicon.png" />
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
69
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
710
<meta property="og:title" content="StudyBridge" />
811
<meta property="og:description" content="Choose the best with StudyBridge!" />

client/public/apple-touch-icon.png

11.3 KB
Loading

client/public/favicon.ico

1.1 KB
Binary file not shown.

client/public/favicon.png

-181 KB
Loading

0 commit comments

Comments
 (0)