Skip to content

Commit 2cac55b

Browse files
committed
fix: button finished redirected to the language page
1 parent f87f121 commit 2cac55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/DisplayContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default {
164164
state.value[this.path] = { status: "finish", step: this.step };
165165
const router = useRouter();
166166
router.push({
167-
path: "/" + this.lang,
167+
path: "/language/" + this.lang,
168168
});
169169
},
170170
},

0 commit comments

Comments
 (0)