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 633d5b5 commit 1ddbcb3Copy full SHA for 1ddbcb3
apps/landing/src/components/Header/index.tsx
@@ -12,7 +12,7 @@ export function Header() {
12
className={css({
13
textDecoration: 'none',
14
})}
15
- href={URL_PREFIX + '/'}
+ href={URL_PREFIX}
16
>
17
<Image h="42px" src={URL_PREFIX + '/logo.svg'} />
18
</Link>
0 commit comments