Skip to content

Commit 45a1e43

Browse files
author
a.fedorovskyi
committed
added logo
1 parent 5914212 commit 45a1e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import NoMatch from 'components/routes/NoMatch';
77

88
const App: React.FC = () => (
99
<div>
10+
<img src={`${process.env.PUBLIC_URL}/logo192.png`} alt="alt" />
1011
<div>
1112
<NavLink
1213
to="/"

0 commit comments

Comments
 (0)