I added an anchor tag, with the MailOutlineIcon from Material UI to the Contact field.
Fixes #182
Type of Change:
Code
User Interface
Code/Quality Assurance Only
New feature (non-breaking change which adds functionality pre-approved by mentors)
How Has This Been Tested?
I simply ran the website locally with docker-compose and saw the changes I made in the frontend of the application (i.e new email icons in the contact field)
Checklist:
[x] My PR follows the style guidelines of this project
[x] I have performed a self-review of my own code or materials
[x] I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] Any dependent changes have been merged
Code/Quality Assurance Only
[x] My changes generate no new warnings
[ ] My PR currently breaks something (fix or feature that would cause existing functionality to not work as expected)
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been published in downstream modules
Description
I added an anchor tag, with the MailOutlineIcon from Material UI to the Contact field.
Fixes #182
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
I simply ran the website locally with docker-compose and saw the changes I made in the frontend of the application (i.e new email icons in the contact field)
Checklist:
Code/Quality Assurance Only