Skip to content

Commit 38fc388

Browse files
committed
Update Connect links in Connect and Navbar components for accuracy
1 parent 8613472 commit 38fc388

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/Page/Connect.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ const Connect = () => {
387387
id: 'community',
388388
name: 'DevDisplay Community',
389389
description: 'Join our developer community',
390-
url: 'https://community.devdisplay.org',
390+
url: 'https://www.devdisplay.tech/',
391391
icon: <FaGlobe />,
392392
bgColor: 'linear-gradient(135deg, #f093fb 0%, #f5576c 100%)',
393393
iconColor: '#fff',
@@ -396,7 +396,7 @@ const Connect = () => {
396396
id: 'linkedin',
397397
name: 'LinkedIn',
398398
description: 'Follow us on LinkedIn',
399-
url: 'https://linkedin.com/company/devdisplay',
399+
url: 'https://www.linkedin.com/company/devdisplay/',
400400
icon: <FaLinkedin />,
401401
bgColor: '#0077b5',
402402
iconColor: '#fff',
@@ -405,7 +405,7 @@ const Connect = () => {
405405
id: 'twitter',
406406
name: 'Twitter',
407407
description: 'Follow us on Twitter',
408-
url: 'https://twitter.com/devdisplay',
408+
url: 'https://twitter.com/devdisplay_',
409409
icon: <SiX />,
410410
bgColor: '#000000',
411411
iconColor: '#fff',
@@ -423,7 +423,7 @@ const Connect = () => {
423423
id: 'discord',
424424
name: 'Discord',
425425
description: 'Join our Discord server',
426-
url: 'https://discord.gg/devdisplay',
426+
url: 'https://discord.com/invite/chyt2UgTv5',
427427
icon: <FaDiscord />,
428428
bgColor: '#5865f2',
429429
iconColor: '#fff',
@@ -479,7 +479,7 @@ const Connect = () => {
479479
id: 'founder',
480480
name: 'Connect with Founder',
481481
description: 'Get in touch with our founder',
482-
url: 'https://linkedin.com/in/codeaashu',
482+
url: 'https://www.devdisplay.org/profile/codeaashu',
483483
icon: <FiUser />,
484484
bgColor: 'linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%)',
485485
iconColor: '#333',

src/components/Navbar.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,16 @@ const Connect = () => (
268268
<a href="https://www.devdisplay.org/Connect" className="mb-1 block text-sm text-neutral-400">
269269
All Connect Links
270270
</a>
271-
<a href="https://linkedin.com/company/devdisplay" className="block text-sm text-neutral-400">
271+
<a href="https://www.linkedin.com/company/devdisplay/" className="block text-sm text-neutral-400">
272272
LinkedIn
273273
</a>
274-
<a href="https://twitter.com/devdisplay" className="block text-sm text-neutral-400">
274+
<a href="https://twitter.com/devdisplay_" className="block text-sm text-neutral-400">
275275
Twitter
276276
</a>
277277
<a href="https://instagram.com/devdisplay" className="block text-sm text-neutral-400">
278278
Instagram
279279
</a>
280-
<a href="https://discord.gg/devdisplay" className="block text-sm text-neutral-400">
280+
<a href="https://discord.com/invite/chyt2UgTv5" className="block text-sm text-neutral-400">
281281
Discord
282282
</a>
283283
</div>
@@ -301,7 +301,7 @@ const Connect = () => (
301301
<a href="mailto:team@devdisplay.org" className="mb-1 block text-sm text-neutral-400">
302302
Email Team
303303
</a>
304-
<a href="https://linkedin.com/in/codeaashu" className="block text-sm text-neutral-400">
304+
<a href="https://github.com/codeaashu/DevDisplay" className="block text-sm text-neutral-400">
305305
Contact Founder
306306
</a>
307307
</div>

0 commit comments

Comments
 (0)