We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5914212 + 45a1e43 commit c548a63Copy full SHA for c548a63
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