Skip to content

Commit 8cbc92f

Browse files
committed
fixed wrong linking for Create Exam Template and Prepare Exam
1 parent 58cbed4 commit 8cbc92f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/widgets/homePageWidgets/HomePageMain.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ const actionCards: ActionCard[] = [
6060
{
6161
testIdPrefix: "create-templates",
6262
titleKey: "homePage.createTemplates",
63-
route: typedTo({ name: "/(app)/quiz-import/" }),
63+
route: typedTo({ name: "/(app)/exam-template/create/" }),
6464
},
6565
{
6666
testIdPrefix: "prepare-exam",
6767
titleKey: "homePage.prepareExam",
68-
route: typedTo({ name: "/(app)/exam-template/create/" }),
68+
route: typedTo({ name: "/(app)/quiz-import/" }),
6969
},
7070
{
7171
testIdPrefix: "monitor-exam",

0 commit comments

Comments
 (0)