Skip to content

Commit 90a0e9a

Browse files
committed
Update email to be mailable links
1 parent 9f41c72 commit 90a0e9a

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/components/Footer.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ const Footer = () => {
1515

1616
<h2 className="pl-2 text-md xl:text-xl">
1717
Email:
18-
<span className="text-md xl:text-xl px-2">
18+
<a
19+
href="mailto:codewithaloha@gmail.com"
20+
className="text-md xl:text-xl px-2"
21+
>
1922
codewithaloha@gmail.com
20-
</span>{" "}
23+
</a>
2124
</h2>
2225
</div>
2326

src/components/Team.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ const Team = () => {
9999
<AiOutlineMail fontSize="2rem" />
100100
<h2 className="pl-2 text-md xl:text-xl">Email:</h2>{" "}
101101
</div>
102-
<h2 className="text-md xl:text-xl px-2">codewithaloha@gmail.com</h2>{" "}
102+
<h2 className="text-md xl:text-xl px-2">
103+
<a href="mailto:codewithaloha@gmail.com">codewithaloha@gmail.com</a>
104+
</h2>
103105
</>
104106
);
105107
};

0 commit comments

Comments
 (0)