diff --git a/apps/website/src/components/Header.tsx b/apps/website/src/components/Header.tsx index 402e4a640..32bad58af 100644 --- a/apps/website/src/components/Header.tsx +++ b/apps/website/src/components/Header.tsx @@ -1,6 +1,7 @@ import "./Header.css"; import { useLocation } from 'preact-iso'; import DownloadButton from './DownloadButton'; +import logoPath from "../assets/icon-color.svg"; interface HeaderLink { url: string; @@ -20,7 +21,7 @@ export function Header() {