Skip to content

Commit 5d6cacf

Browse files
committed
added favicon
1 parent 84e192b commit 5d6cacf

File tree

5 files changed

+86
-4
lines changed

5 files changed

+86
-4
lines changed

.eslintcache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/favicon.ico

-3.78 KB
Binary file not shown.

public/favicon.ico.svg

Lines changed: 42 additions & 0 deletions
Loading

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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%/labyrinth.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
@@ -25,7 +25,7 @@
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
2727
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
28-
<title>React App</title>
28+
<title>Path-finding Visualizer</title>
2929
</head>
3030
<body>
3131
<noscript>You need to enable JavaScript to run this app.</noscript>
@@ -41,4 +41,4 @@
4141
To create a production bundle, use `npm run build` or `yarn build`.
4242
-->
4343
</body>
44-
</html>
44+
</html>

public/labyrinth.svg

Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)