Skip to content

Commit 14b35ed

Browse files
committed
Fix logo issue
1 parent 7bfb189 commit 14b35ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

www/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BisterixStudioLogo } from "./BisterixStudioLogo.tsx";
22
import { Divider } from "./Divider.tsx";
33
import NavigationBar from "./NavigationBar.tsx";
4-
import { ParleyLogo } from "./PArleyLogo.tsx";
4+
import { ParleyLogo } from "./Logo.tsx";
55

66
export default function Header(props: HeaderProps) {
77
const isDocs = props.active == "/docs";
File renamed without changes.

0 commit comments

Comments
 (0)