Skip to content

Commit 19c8c7d

Browse files
Update footer links to point to correct profiles
1 parent 027da28 commit 19c8c7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source code/src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Footer = () => {
1717
</p>
1818
<div className="flex space-x-4">
1919
<a
20-
href="https://linkedin.com"
20+
href="https://www.linkedin.com/company/open-hardware-initiative/"
2121
target="_blank"
2222
rel="noopener noreferrer"
2323
className="text-white hover:text-white/80 transition-colors"
@@ -26,7 +26,7 @@ const Footer = () => {
2626
<Linkedin size={20} />
2727
</a>
2828
<a
29-
href="https://github.com"
29+
href="https://github.com/OpenHardware-Initiative"
3030
target="_blank"
3131
rel="noopener noreferrer"
3232
className="text-white hover:text-white/80 transition-colors"

0 commit comments

Comments
 (0)