Skip to content

Commit c548a63

Browse files
Merge pull request #11 from fedorovsky/react-router
added logo
2 parents 5914212 + 45a1e43 commit c548a63

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)