Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar authored Nov 5, 2024
1 parent c7ecda5 commit 544e2fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ const config = {
to: "faq",
label: "FAQ",
position: "left",
},
{
to: "dsa-interview",
label: "Top DSA Interview Questions",
position: "left",
},
{
to: "dsa-roadmap",
Expand All @@ -118,7 +113,12 @@ const config = {
type: "dropdown",
label: "More",
position: "right",
items: [
items: [
{
to: "dsa-interview",
label: "Top DSA Interview Questions",
position: "left",
},
{
to: "roadmap",
label: "Roadmap",
Expand All @@ -137,7 +137,7 @@ const config = {
},
{
to: "quiz-solutions",
label: "Quizes Solutions",
label: "Quizzes Solutions",
},
{
to: "leaderboard",
Expand Down

0 comments on commit 544e2fb

Please sign in to comment.