Skip to content

Commit 1629b38

Browse files
committed
update logo and favicon
1 parent e5d2fc9 commit 1629b38

File tree

6 files changed

+1
-3
lines changed

6 files changed

+1
-3
lines changed

public/favicon.ico

162 KB
Binary file not shown.

public/logo.png

234 KB
Loading

public/logo192.png

-5.22 KB
Binary file not shown.

public/logo512.png

-9.44 KB
Binary file not shown.

src/logo.png

-157 KB
Binary file not shown.

src/pages/Home.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import logo from '../logo.png';
2-
31
const Home = () => {
42
return (
53
<div className="text-textcolor dark:text-textcolor">
@@ -16,7 +14,7 @@ const Home = () => {
1614
paddingTop: '90px'
1715
}}
1816
>
19-
<img src={logo} alt="Logo" />
17+
<img src={process.env.PUBLIC_URL + '/logo.png'} alt="Logo" />
2018
</div>
2119
</p>
2220
</div>

0 commit comments

Comments
 (0)