Skip to content

Commit

Permalink
chore: fix logo url # 3
Browse files Browse the repository at this point in the history
  • Loading branch information
euonymos committed Jan 10, 2025
1 parent 35fa054 commit 322bbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Image from "next/image";
const config: DocsThemeConfig = {
logo: (
<Image
src={"/logo.svg"}
src={"/clb-docs/logo.svg"}
alt=""
width={150}
height={30}
Expand Down

0 comments on commit 322bbaa

Please sign in to comment.