Skip to content

Commit 2e738ad

Browse files
authored
Merge pull request #1076 from mitalikapil/fix/issue-964
technical page visible upon clicking explore
2 parents efd86a2 + 64b00de commit 2e738ad

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/Technical/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
---
2+
id: Technical
3+
title: Technical Resources
4+
slug: /Technical/
5+
---
6+
7+
18
# Technical
29

3-
This section is coming soon.
10+
<h1>This section is coming soon.</h1>
411

512
We're preparing technical resources, guides, and reference materials for the project. Check back soon for documentation on architecture, tools, and implementation details.
613

src/pages/interview-prep/TechnicalTab.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,7 @@ const TechnicalTab: React.FC<TechnicalTabProps> = ({
188188
</h3>
189189
<p className="text-blue-100">{category.description}</p>
190190
<span className="inline-block rounded-full bg-white/20 px-3 py-1 text-sm font-medium transition hover:bg-white/30">
191-
<Link
192-
to="/docs/category/technical"
193-
className="explore-btn"
194-
>
191+
<Link to="/docs/Technical" className="explore-btn">
195192
Explore →
196193
</Link>
197194
</span>

0 commit comments

Comments
 (0)