Skip to content

Commit 1ddbcb3

Browse files
committed
Fix prefix
1 parent 633d5b5 commit 1ddbcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Header() {
1212
className={css({
1313
textDecoration: 'none',
1414
})}
15-
href={URL_PREFIX + '/'}
15+
href={URL_PREFIX}
1616
>
1717
<Image h="42px" src={URL_PREFIX + '/logo.svg'} />
1818
</Link>

0 commit comments

Comments
 (0)