Skip to content

Commit b62413e

Browse files
committed
Add to
1 parent cb3dbec commit b62413e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/landing/src/app/(detail)/docs/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function MenuItem(props: MenuItemProps) {
5858
className={css({
5959
textDecoration: 'none',
6060
})}
61-
href={to}
61+
href={URL_PREFIX + to}
6262
>
6363
{inner}
6464
</Link>

apps/landing/src/app/(detail)/docs/OpenMenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function OpenMenuItem({
8888
className={css({
8989
textDecoration: 'none',
9090
})}
91-
href={to}
91+
href={URL_PREFIX + to}
9292
>
9393
{inner}
9494
</Link>

0 commit comments

Comments
 (0)