Skip to content

Commit 2ac1b47

Browse files
author
Uttam Singh
committed
Fix logo path
1 parent 895a6d0 commit 2ac1b47

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

frontend/src/pages/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function App(){
88
return (
99
<div>
1010
<div className="appbar">
11-
<img src="/public/logo.png" alt="logo" />
11+
<img src="/logo.png" alt="logo" />
1212
<div className="brand">FAT-EIBL</div>
1313
<nav style={{marginLeft:"auto"}}>
1414
<Link to="/">Dashboard</Link>

0 commit comments

Comments
 (0)