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 065fbae commit 039504aCopy full SHA for 039504a
src/components/Logo.tsx
@@ -5,12 +5,12 @@ export function Logo(props: React.ComponentPropsWithoutRef<'svg'>) {
5
<>
6
<img
7
className="hidden h-[23px] w-[190px] dark:block"
8
- src={`${basePath}/logo-theme-dark.svg`}
+ src={`/docs/logo-theme-dark.svg`}
9
alt="Sourcegraph Docs"
10
/>
11
12
className="block h-[23px] w-[190px] dark:hidden"
13
- src={`${basePath}/logo-theme-light.svg`}
+ src={`/docs/logo-theme-light.svg`}
14
15
16
</>
0 commit comments