From 3f6963c2d6eddfe9474c778912b4f9c3dd0c6e5c Mon Sep 17 00:00:00 2001 From: Shiva-Sai-ssb Date: Fri, 26 Jul 2024 15:40:56 +0530 Subject: [PATCH] Update:Quiz label --- src/data/quizzes/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/quizzes/index.ts b/src/data/quizzes/index.ts index aab9d0d672c..42dc14f80f8 100644 --- a/src/data/quizzes/index.ts +++ b/src/data/quizzes/index.ts @@ -88,11 +88,6 @@ export const usingEthereumQuizzes: QuizzesSection[] = [ { id: "nfts", level: "beginner", - next: "scaling", - }, - { - id: "scaling", - level: "intermediate", next: "layer-2", }, { @@ -108,6 +103,11 @@ export const usingEthereumQuizzes: QuizzesSection[] = [ { id: "run-a-node", level: "intermediate", + next: "scaling", + }, + { + id: "scaling", + level: "advanced", next: "solo-staking", }, {