Skip to content

Commit c1ae7d0

Browse files
committed
1 parent fa320a1 commit c1ae7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/cluster/InstanceLogInCell.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function InstanceLogInCell({ instance }: { readonly instance: Instance })
2727
}
2828
if (!instanceUser) {
2929
return <Link
30-
to={`instance/${instance.id}/sign-in`}
30+
to={`../instance/${instance.id}/sign-in`}
3131
className="text-sm"
3232
aria-label={`Sign in to ${instance.name} instance`}
3333
title={`Sign in to ${instance.name} instance`}
@@ -37,7 +37,7 @@ export function InstanceLogInCell({ instance }: { readonly instance: Instance })
3737
}
3838
return <span className="flex gap-4">
3939
<Link
40-
to={`instance/${instance.id}${defaultInstanceRoute}`}
40+
to={`../instance/${instance.id}${defaultInstanceRoute}`}
4141
className="text-sm"
4242
aria-label={`Go to ${instance.name} instance`}
4343
title={`Go to ${instance.name} instance`}

0 commit comments

Comments
 (0)