Skip to content

Commit 1050dc7

Browse files
authored
Create Interview Preparation Page
1 parent d3e7d27 commit 1050dc7

File tree

2 files changed

+742
-2
lines changed

2 files changed

+742
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ const config: Config = {
117117
value: `<div class="grid grid-cols-3 gap-4">
118118
<a class="border-r col-span-1" href="#" target="_self"> Interview Prep </a>
119119
<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>
120+
<a href="/interview-prep/" target="_self" class="nav__icons"> 🧩Technical </a> <br />
121+
<a href="/interview-prep/" target="_self" class="nav__icons"> 💡Behavioral </a>
122122
</div>
123123
</div>`,
124124
},

0 commit comments

Comments
 (0)