Skip to content

Commit 1d23768

Browse files
committed
feat: add email address to TitleSlide and ConclusionDisplay components for improved contact information
1 parent 3b132f7 commit 1d23768

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/TitleSlide.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const TitleSlide = () => {
2424
<div className="mt-16 space-y-2">
2525
<p className="text-xl text-blue-100 font-medium">Jonathan Aaron Rocha</p>
2626
<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>
2728
</div>
29+
2830
</div>
2931

3032
{/* Decorative elements */}

src/components/conclusion-summary.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ const ConclusionDisplay: React.FC = () => {
8282
{/* Citation */}
8383
<div className="mt-8 text-center text-slate-500 text-sm">
8484
<p>Jonathan Aaron Rocha</p>
85+
<p>jr159@my.tamuct.edu</p>
8586
<p>ENGL 5374 - Research Methods in Graduate Studies</p>
8687
</div>
88+
8789
</div>
8890
</div>
8991
);

0 commit comments

Comments
 (0)