Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoo-eth committed Jan 19, 2025
1 parent 08d49dd commit 7fc0e44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/website/pages/learn/welcome.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import Image from "next/image";

<div>
<Image
src="/logo/rooch_black_combine.svg"
src="/logo/combine/rooch_black_combine.svg"
alt="Rooch Architecture"
width={600}
height={600}
className="dark:hidden"
/>
<Image
src="/logo/rooch_white_combine.svg"
src="/logo/combine/rooch_white_combine.svg"
alt="Rooch Architecture"
width={600}
height={600}
Expand Down
4 changes: 2 additions & 2 deletions docs/website/pages/learn/welcome.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import Image from "next/image";

<div>
<Image
src="/logo/rooch_black_combine.svg"
src="/logo/combine/rooch_black_combine.svg"
alt="Rooch Architecture"
width={600}
height={600}
className="dark:hidden"
/>
<Image
src="/logo/rooch_white_combine.svg"
src="/logo/combine/rooch_white_combine.svg"
alt="Rooch Architecture"
width={600}
height={600}
Expand Down
2 changes: 1 addition & 1 deletion docs/website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const theme: DocsThemeConfig = {
logo: (
<div>
<Image
src="/logo/rooch_black_combine.svg"
src="/logo/combine/rooch_black_combine.svg"
alt="Rooch Architecture"
width={100}
height={70}
Expand Down

0 comments on commit 7fc0e44

Please sign in to comment.