Skip to content

Commit 8b17f59

Browse files
committed
Refactor Resources section in Navbar component for improved organization and clarity
1 parent a86cfdb commit 8b17f59

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

src/components/Navbar.jsx

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,33 @@ const Nub = ({ selected }) => {
141141
const Developers = () => (
142142
<div>
143143
<div className="flex gap-4">
144+
<div>
145+
<h3 className="mb-2 text-sm font-medium">Resources</h3>
146+
<a href="#" className="block text-sm text-neutral-400">
147+
Notes
148+
</a>
149+
<a href="#" className="mb-1 block text-sm text-neutral-400">
150+
Courses
151+
</a>
152+
<a href="#" className="block text-sm text-neutral-400">
153+
AI Tools
154+
</a>
155+
<a href="#" className="block text-sm text-neutral-400">
156+
Libraries
157+
</a>
158+
<a href="#" className="block text-sm text-neutral-400">
159+
Roadmaps
160+
</a>
161+
<a href="#" className="block text-sm text-neutral-400">
162+
Preparation
163+
</a>
164+
<a href="#" className="block text-sm text-neutral-400">
165+
Best Colleges
166+
</a>
167+
<a href="#" className="mb-1 block text-sm text-neutral-400">
168+
Documentation
169+
</a>
170+
</div>
144171
<div>
145172
<h3 className="mb-2 text-sm font-medium">Opportunities</h3>
146173
<a href="https://www.devdisplay.org/Jobs" className="mb-1 block text-sm text-neutral-400">
@@ -171,33 +198,6 @@ const Developers = () => (
171198
OpenSource
172199
</a>
173200
</div>
174-
<div>
175-
<h3 className="mb-2 text-sm font-medium">Resources</h3>
176-
<a href="#" className="block text-sm text-neutral-400">
177-
Notes
178-
</a>
179-
<a href="#" className="mb-1 block text-sm text-neutral-400">
180-
Courses
181-
</a>
182-
<a href="#" className="block text-sm text-neutral-400">
183-
AI Tools
184-
</a>
185-
<a href="#" className="block text-sm text-neutral-400">
186-
Libraries
187-
</a>
188-
<a href="#" className="block text-sm text-neutral-400">
189-
Roadmaps
190-
</a>
191-
<a href="#" className="block text-sm text-neutral-400">
192-
Preparation
193-
</a>
194-
<a href="#" className="block text-sm text-neutral-400">
195-
Best Colleges
196-
</a>
197-
<a href="#" className="mb-1 block text-sm text-neutral-400">
198-
Documentation
199-
</a>
200-
</div>
201201
<div>
202202
<h3 className="mb-2 text-sm font-medium">Evolution</h3>
203203
<a href="#" className="mb-1 block text-sm text-neutral-400">

0 commit comments

Comments
 (0)