We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f41c72 commit 90a0e9aCopy full SHA for 90a0e9a
2 files changed
src/components/Footer.js
@@ -15,9 +15,12 @@ const Footer = () => {
15
16
<h2 className="pl-2 text-md xl:text-xl">
17
Email:
18
- <span className="text-md xl:text-xl px-2">
+ <a
19
+ href="mailto:codewithaloha@gmail.com"
20
+ className="text-md xl:text-xl px-2"
21
+ >
22
codewithaloha@gmail.com
- </span>{" "}
23
+ </a>
24
</h2>
25
</div>
26
src/components/Team.js
@@ -99,7 +99,9 @@ const Team = () => {
99
<AiOutlineMail fontSize="2rem" />
100
<h2 className="pl-2 text-md xl:text-xl">Email:</h2>{" "}
101
102
- <h2 className="text-md xl:text-xl px-2">codewithaloha@gmail.com</h2>{" "}
+ <h2 className="text-md xl:text-xl px-2">
103
+ <a href="mailto:codewithaloha@gmail.com">codewithaloha@gmail.com</a>
104
+ </h2>
105
</>
106
);
107
};
0 commit comments