Skip to content

Commit f9a75ff

Browse files
committed
dev
1 parent 667a059 commit f9a75ff

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/components/Navbar.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,28 +229,28 @@ const Developers = () => (
229229
</div>
230230
);
231231

232-
const Pricing = () => (
232+
const VerifyNow = () => (
233233
<div className="grid grid-cols-3 gap-4 divide-x divide-neutral-700">
234234
<a
235-
href="#"
235+
href="https://github.com/codeaashu/DevDisplay/blob/main/CONTRIBUTING.md#-add-your-profile-on-devdisplay-"
236236
className="flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
237237
>
238238
<FiHome className="mb-2 text-xl text-indigo-300" />
239-
<span className="text-xs">Startup</span>
239+
<span className="text-xs">Add Profile</span>
240240
</a>
241241
<a
242-
href="#"
242+
href="https://www.devdisplay.org/PortfolioShowcase"
243243
className="flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
244244
>
245245
<FiBarChart2 className="mb-2 text-xl text-indigo-300" />
246-
<span className="text-xs">Scaleup</span>
246+
<span className="text-xs">Add Portfolio</span>
247247
</a>
248248
<a
249-
href="#"
249+
href="https://www.devdisplay.org/ProjectShowcase"
250250
className="flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
251251
>
252252
<FiPieChart className="mb-2 text-xl text-indigo-300" />
253-
<span className="text-xs">Enterprise</span>
253+
<span className="text-xs">Add Projects</span>
254254
</a>
255255
</div>
256256
);
@@ -284,8 +284,8 @@ const TABS = [
284284
Component: Developers,
285285
},
286286
{
287-
title: 'Pricing',
288-
Component: Pricing,
287+
title: 'Verify Now',
288+
Component: VerifyNow,
289289
},
290290
{
291291
title: 'Explore',

0 commit comments

Comments
 (0)