mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-01 09:20:01 -05:00
Updated the asset path in the NodeHeader.jsx
This commit is contained in:
@@ -3,7 +3,7 @@ import "./styles.sass";
|
||||
export const NodeHeader = () => {
|
||||
return (
|
||||
<div className="node-header">
|
||||
<img src="/logo192.png" alt="Logo"/>
|
||||
<img src="/assets/img/logo192.png" alt="Logo"/>
|
||||
<h1>MySpeed</h1>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user