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 2effad5 commit d672f57Copy full SHA for d672f57
browser/dom/pushPageTransition.ts
@@ -53,7 +53,7 @@ export const pushPageTransition = (context: PageTransitionContext): void => {
53
linkFrom: context.from.title,
54
}
55
: {
56
- linkFrom: `/${context.from.project}/${context.to.title}`,
+ linkFrom: `/${context.from.project}/${context.from.title}`,
57
58
59
searchQuery: context.query,
0 commit comments