Skip to content

Commit aaed41d

Browse files
committed
fix(contact): update social media links for accuracy
1 parent 065ce62 commit aaed41d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/pages/ContactPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ const ContactPage = () => {
472472
<h3 className="body-1-medium mb-4">Connect With Us</h3>
473473
<div className="flex space-x-4">
474474
<a
475-
href="https://github.com/thinkred-tech"
475+
href="https://github.com/thinkredtech"
476476
target="_blank"
477477
rel="noopener noreferrer"
478478
className="bg-dark hover:bg-primary text-white p-3 rounded-full transition-colors"
@@ -488,7 +488,7 @@ const ContactPage = () => {
488488
</svg>
489489
</a>
490490
<a
491-
href="https://linkedin.com/company/thinkred-tech"
491+
href="https://linkedin.com//company/thinkred-technologies-llp"
492492
target="_blank"
493493
rel="noopener noreferrer"
494494
className="bg-dark hover:bg-primary text-white p-3 rounded-full transition-colors"
@@ -504,7 +504,7 @@ const ContactPage = () => {
504504
</svg>
505505
</a>
506506
<a
507-
href="https://twitter.com/thinkred_tech"
507+
href="https://twitter.com/thinkredtech"
508508
target="_blank"
509509
rel="noopener noreferrer"
510510
className="bg-dark hover:bg-primary text-white p-3 rounded-full transition-colors"

0 commit comments

Comments
 (0)