File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const TitleSlide = () => {
24
24
< div className = "mt-16 space-y-2" >
25
25
< p className = "text-xl text-blue-100 font-medium" > Jonathan Aaron Rocha</ p >
26
26
< p className = "text-lg text-blue-200" > ENGL 5374 - Research Methods in Graduate Studies</ p >
27
- < p className = "text-lg text-blue-200" > jr159@my.tamuct.edu</ p >
27
+ < a href = "mailto:jr159@my.tamuct.edu" className = "text-lg text-blue-200 hover:text-blue-300 transition-colors " > jr159@my.tamuct.edu</ a >
28
28
</ div >
29
29
30
30
</ div >
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const ConclusionDisplay: React.FC = () => {
82
82
{ /* Citation */ }
83
83
< div className = "mt-8 text-center text-slate-500 text-sm" >
84
84
< p > Jonathan Aaron Rocha</ p >
85
- < p > jr159@my.tamuct.edu</ p >
85
+ < p > < a href = "mailto: jr159@my.tamuct.edu" className = "hover:text-indigo-600 transition-colors" > jr159@my.tamuct.edu </ a > </ p >
86
86
< p > ENGL 5374 - Research Methods in Graduate Studies</ p >
87
87
</ div >
88
88
You can’t perform that action at this time.
0 commit comments