We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027da28 commit 19c8c7dCopy full SHA for 19c8c7d
1 file changed
Source code/src/components/Footer.tsx
@@ -17,7 +17,7 @@ const Footer = () => {
17
</p>
18
<div className="flex space-x-4">
19
<a
20
- href="https://linkedin.com"
+ href="https://www.linkedin.com/company/open-hardware-initiative/"
21
target="_blank"
22
rel="noopener noreferrer"
23
className="text-white hover:text-white/80 transition-colors"
@@ -26,7 +26,7 @@ const Footer = () => {
26
<Linkedin size={20} />
27
</a>
28
29
- href="https://github.com"
+ href="https://github.com/OpenHardware-Initiative"
30
31
32
0 commit comments