We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfb189 commit 14b35edCopy full SHA for 14b35ed
www/components/Header.tsx
@@ -1,7 +1,7 @@
1
import { BisterixStudioLogo } from "./BisterixStudioLogo.tsx";
2
import { Divider } from "./Divider.tsx";
3
import NavigationBar from "./NavigationBar.tsx";
4
-import { ParleyLogo } from "./PArleyLogo.tsx";
+import { ParleyLogo } from "./Logo.tsx";
5
6
export default function Header(props: HeaderProps) {
7
const isDocs = props.active == "/docs";
www/components/ParleyLogo.tsx renamed to www/components/Logo.tsx
0 commit comments