Skip to content

Commit d672f57

Browse files
committed
🐛 fromとtoを取り違えた
1 parent 2effad5 commit d672f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/dom/pushPageTransition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const pushPageTransition = (context: PageTransitionContext): void => {
5353
linkFrom: context.from.title,
5454
}
5555
: {
56-
linkFrom: `/${context.from.project}/${context.to.title}`,
56+
linkFrom: `/${context.from.project}/${context.from.title}`,
5757
}
5858
: {
5959
searchQuery: context.query,

0 commit comments

Comments
 (0)