We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5914212 commit 45a1e43Copy full SHA for 45a1e43
src/App.tsx
@@ -7,6 +7,7 @@ import NoMatch from 'components/routes/NoMatch';
7
8
const App: React.FC = () => (
9
<div>
10
+ <img src={`${process.env.PUBLIC_URL}/logo192.png`} alt="alt" />
11
12
<NavLink
13
to="/"
0 commit comments