Skip to content

Commit

Permalink
Update:Quiz label
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva-Sai-ssb committed Jul 26, 2024
1 parent af516e8 commit 3f6963c
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 @@ -88,11 +88,6 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
{
id: "nfts",
level: "beginner",
next: "scaling",
},
{
id: "scaling",
level: "intermediate",
next: "layer-2",
},
{
Expand All @@ -108,6 +103,11 @@ export const usingEthereumQuizzes: QuizzesSection[] = [
{
id: "run-a-node",
level: "intermediate",
next: "scaling",
},
{
id: "scaling",
level: "advanced",
next: "solo-staking",
},
{
Expand Down

0 comments on commit 3f6963c

Please sign in to comment.