File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,17 +213,17 @@ const config = {
213
213
position : "left" ,
214
214
items : [
215
215
{
216
- html : '<span class="nav-emoji">🌍</span> Web Dev' ,
216
+ label : "🌍 Web Dev" ,
217
217
to : "/web-dev/" ,
218
218
} ,
219
219
220
220
{
221
- html : '<span class="nav-emoji">🛣️</span> Roadmap' ,
221
+ label : "🛣️ Roadmap" ,
222
222
to : "/roadmap/" ,
223
223
} ,
224
224
225
225
{
226
- html : '<span class="nav-emoji"> 📊</span> Quiz' ,
226
+ label : "📊 Quiz" ,
227
227
to : "https://quiz-app-ajay-dhangar.vercel.app/" ,
228
228
} ,
229
229
@@ -232,7 +232,7 @@ const config = {
232
232
to : "/LiveEditor/" ,
233
233
} ,
234
234
{
235
- html : '<span class="nav-emoji"> 📺</span> Broadcast' ,
235
+ label : "📺 Broadcast" ,
236
236
to : "https://codeharborhub-broadcast-web.vercel.app/" ,
237
237
} ,
238
238
{
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import Layout from "@theme/Layout" ;
3
- import Roadmaps from "../components/Roadmap" ;
3
+ import Roadmaps from "../../ components/Roadmap" ;
4
4
5
5
6
6
export default function RoadMap ( ) {
You can’t perform that action at this time.
0 commit comments