Updated the asset path in the NodeHeader.jsx

This commit is contained in:
Mathias Wagner
2023-05-28 20:57:52 +02:00
parent d910849406
commit 8062f6d5d8
@@ -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>
)