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 3409ee6 commit 7bcd210Copy full SHA for 7bcd210
generator/konfig-next-app/src/components/LayoutHeader.tsx
@@ -48,7 +48,6 @@ export const LayoutHeader = observer(
48
cta: NonNullable<KonfigYamlCommonType['portal']>['cta'] | null
49
}) => {
50
const theme = useMantineTheme()
51
- const baseUrl = useBaseUrl()
52
const hasLightAndDarkLogo = typeof logo !== 'string'
53
const color = useHeaderColor({ hasLightAndDarkLogo })
54
const { classes } = useLogoStyles()
@@ -84,7 +83,7 @@ export const LayoutHeader = observer(
84
83
}}
85
className="h-1/3"
86
>
87
- <Link style={{ position: 'relative' }} href={baseUrl}>
+ <Link style={{ position: 'relative' }} href={'/'}>
88
<img
89
className={clsx(classes.logo, 'h-full')}
90
alt="logo"
0 commit comments