Skip to content

Commit d8a965a

Browse files
solved dropdown problem
1 parent 637ac4b commit d8a965a

File tree

3 files changed

+171
-170
lines changed

3 files changed

+171
-170
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const config: Config = {
9999
{
100100
type: "html",
101101
value: `<div class="grid grid-cols-3 gap-4 w-xl">
102-
<a class="border-r col-span-1" href="/courses/">Tutorials</a>
103-
<a class="border-r col-span-1" href="/courses/">Tutorials</a>
102+
<a class="border-r col-span-1" href="/docs/">Tutorials</a>
103+
<a class="border-r col-span-1" href="/docs/category/technical">Technical Docs</a>
104104
<div class="grid grid-cols-4 col-span-2">
105105
<a href="/docs/sql/intro-sql" class="nav__icons"> <img src="/icons/sql.svg" title="SQL" alt="SQL" /> </a>
106106
<a href="/docs/python/intro-python" class="nav__icons"> <img src="/icons/python.svg" title="Python" alt="Python" /> </a>
@@ -116,8 +116,8 @@ const config: Config = {
116116
{
117117
type: "html",
118118
value: `<div class="grid grid-cols-3 gap-4">
119-
<a class="border-r col-span-1" href="/courses/"> Courses </a>
120-
<a class="border-r col-span-1" href="/courses/"> Courses </a>
119+
<a class="border-r col-span-1" href="/courses/">Courses</a>
120+
<a class="border-r col-span-1" href="/blog">Blog Posts</a>
121121
<div class="grid grid-cols-4 col-span-2">
122122
<a href="https://www.youtube.com/watch?v=GrTV59Y84S8&list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/git.svg" alt="git" /> </a>
123123
<a href="https://www.youtube.com/watch?v=O1ahDsq8DU0&list=PLrLTYhoDFx-k62rLLajSB-jeqKwLkDrkF&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/postman.svg" alt="Postman" /> </a>
@@ -132,8 +132,8 @@ const config: Config = {
132132
{
133133
type: "html",
134134
value: `<div class="grid grid-cols-3 gap-4">
135-
<a class="border-r col-span-1" href="#" target="_self"> Interview Prep </a>
136-
<a class="border-r col-span-1" href="#" target="_self"> Interview Prep </a>
135+
<a class="border-r col-span-1" href="/interview-prep/" target="_self">Interview Prep</a>
136+
<a class="border-r col-span-1" href="/showcase" target="_self">Showcase</a>
137137
<div class="grid grid-cols-1 col-span-2">
138138
<a href="/interview-prep/" target="_self" class="nav__icons"> 🧩Technical </a> <br />
139139
<a href="/interview-prep/" target="_self" class="nav__icons"> 💡Behavioral </a>
@@ -187,7 +187,7 @@ const config: Config = {
187187
to: "https://learn.recodehive.com/datascience",
188188
},
189189
{
190-
html: '<span id="nav-roadmap" style="display:inline-flex;align-items:center;"></span> Roadmap',
190+
label: "🗺️ Roadmap",
191191
to: "https://github.com/orgs/recodehive/projects/9",
192192
},
193193
{

0 commit comments

Comments
 (0)