Skip to content

Commit

Permalink
src/components/Footer.js: Add title of Dr. Schwartz before contact em…
Browse files Browse the repository at this point in the history
…ail, make email clickable
  • Loading branch information
cbrxyz committed Nov 27, 2024
1 parent c9f6c49 commit a507232
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,16 @@ function Footer() {
Gainesville, FL 32611
</p>
</a>
<p className="text-sm text-gray-400 mt-2">[email protected]</p>
<p className="text-sm text-gray-400 mt-2">
Prof. Eric M. Schwartz, MIL Director
<br />
<a
href="mailto:[email protected]"
className="text-sm text-gray-400 hover:text-gray-100"
>
[email protected]
</a>
</p>
</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions src/pages/LabInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ function ContactInfo() {
Contact Information
</h4>
<p className="text-gray-600 mt-2">
Prof. Eric M. Schwartz, MIL Director
<br />
Email:{" "}
<a
href="mailto:[email protected]"
Expand Down

0 comments on commit a507232

Please sign in to comment.