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 d3e7d27 commit 1050dc7Copy full SHA for 1050dc7
docusaurus.config.ts
@@ -117,8 +117,8 @@ const config: Config = {
117
value: `<div class="grid grid-cols-3 gap-4">
118
<a class="border-r col-span-1" href="#" target="_self"> Interview Prep </a>
119
<div class="grid grid-cols-1 col-span-2">
120
- <a href="/docs/category/Technical/" target="_self" class="nav__icons"> 🧩Technical </a> <br />
121
- <a href="#" target="_self" class="nav__icons"> 💡Behaviour </a>
+ <a href="/interview-prep/" target="_self" class="nav__icons"> 🧩Technical </a> <br />
+ <a href="/interview-prep/" target="_self" class="nav__icons"> 💡Behavioral </a>
122
</div>
123
</div>`,
124
},
0 commit comments