Skip to content

Commit

Permalink
Merge pull request #13842 from ethereum/konopkja-patch-3
Browse files Browse the repository at this point in the history
moving merge quiz from basics
  • Loading branch information
wackerow authored Sep 23, 2024
2 parents 2dac3e5 + f4d3a49 commit 4148782
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/quizzes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ export const ethereumBasicsQuizzes: QuizzesSection[] = [
{
id: "security",
level: "beginner",
next: "merge",
},
{
id: "merge",
level: "intermediate",
},
]

Expand All @@ -103,6 +98,11 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
{
id: "run-a-node",
level: "intermediate",
next: "merge",
},
{
id: "merge",
level: "intermediate",
next: "scaling",
},
{
Expand Down

0 comments on commit 4148782

Please sign in to comment.