Skip to content

Commit

Permalink
Update src/components/Team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tyliec committed Sep 19, 2023
1 parent 0a96553 commit 29ad7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Team = () => {
<AiOutlineMail fontSize='2rem' />
<h2 className='pl-2 text-md xl:text-xl'>Email:</h2>{" "}
</div>
<h2 className="text-md xl:text-xl px-2">info@codeforhawaii.org</h2>{" "}
<h2 className="text-md xl:text-xl px-2">codewithaloha@gmail.com</h2>{" "}
</>
);
};
Expand Down

0 comments on commit 29ad7ff

Please sign in to comment.