File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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` }
You can’t perform that action at this time.
0 commit comments