Skip to content

Commit 0a96c0b

Browse files
Update email link in Contact component
1 parent e2c4280 commit 0a96c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source code/src/pages/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Contact = () => {
4343
<h3 className="font-bold">Email</h3>
4444
<p className="text-gray-600">openhardware.team@gmail.com</p>
4545
<a
46-
href="mailto:contact@open-hardware-initiative.com"
46+
href="mailto:openhardware.team@gmail.com"
4747
className="text-primary-blue hover:underline mt-1 inline-block"
4848
>
4949
Send an email

0 commit comments

Comments
 (0)