Skip to content

Commit 1514a8a

Browse files
committed
debug code for Technology Roadmap
1 parent d29acdc commit 1514a8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@ const config = {
213213
position: "left",
214214
items: [
215215
{
216-
html: '<span class="nav-emoji">🌍</span> Web Dev',
216+
label: "🌍 Web Dev",
217217
to: "/web-dev/",
218218
},
219219

220220
{
221-
html: '<span class="nav-emoji">🛣️</span> Roadmap',
221+
label: "🛣️ Roadmap",
222222
to: "/roadmap/",
223223
},
224224

225225
{
226-
html: '<span class="nav-emoji"> 📊</span> Quiz',
226+
label: "📊 Quiz",
227227
to: "https://quiz-app-ajay-dhangar.vercel.app/",
228228
},
229229

@@ -232,7 +232,7 @@ const config = {
232232
to: "/LiveEditor/",
233233
},
234234
{
235-
html: '<span class="nav-emoji"> 📺</span> Broadcast',
235+
label: "📺 Broadcast",
236236
to: "https://codeharborhub-broadcast-web.vercel.app/",
237237
},
238238
{

src/pages/Roadmap.tsx renamed to src/pages/roadmap/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import Layout from "@theme/Layout";
3-
import Roadmaps from "../components/Roadmap";
3+
import Roadmaps from "../../components/Roadmap";
44

55

66
export default function RoadMap() {

0 commit comments

Comments
 (0)