We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895a6d0 commit 2ac1b47Copy full SHA for 2ac1b47
frontend/public/logo.png renamed to frontend/public/logo.png.png
frontend/src/pages/App.jsx
@@ -8,7 +8,7 @@ export default function App(){
8
return (
9
<div>
10
<div className="appbar">
11
- <img src="/public/logo.png" alt="logo" />
+ <img src="/logo.png" alt="logo" />
12
<div className="brand">FAT-EIBL</div>
13
<nav style={{marginLeft:"auto"}}>
14
<Link to="/">Dashboard</Link>
0 commit comments