Skip to content

Commit 55dba99

Browse files
authored
Update src/data/quizzes/index.ts
1 parent afb8132 commit 55dba99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/quizzes/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ const quizzes: RawQuizzes = {
3535
title: "page-assets-merge",
3636
questions: ["h001", "h002", "h003", "h004", "h005"],
3737
},
38-
staking: {
39-
title: "staking",
40-
questions: ["j001", "j002", "j003", "j004", "j005", "j006", "j007", "j008"],
38+
solo-staking: {
39+
title: "solo-staking",
40+
questions: ["j001", "j002", "j004", "j005", "j006", "j007", "j008"],
4141
},
4242
}
4343

0 commit comments

Comments
 (0)