We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea36843 commit 1efe9baCopy full SHA for 1efe9ba
docusaurus.config.js
@@ -176,10 +176,10 @@ const config = {
176
{
177
type: "html",
178
value: `<div class="dropdown_grid">
179
- <a class="dropbtn" href="#"> DSA </a>
+ <a class="dropbtn" href="/dsa/"> DSA </a>
180
<div class="dropdown-content dsa-content ">
181
- <a href="#" class="nav__icons"> 🧩Problems </a> <br />
182
- <a href="#" class="nav__icons "> 💡Solutions </a>
+ <a href="/dsa/problems/" class="nav__icons"> 🧩Problems </a> <br />
+ <a href="/dsa/solutions/" class="nav__icons "> 💡Solutions </a>
183
</div>
184
</div>`,
185
},
0 commit comments