Skip to content

Commit 0d71665

Browse files
authored
Merge pull request #2272 from tekdi/feat-pdf-report
Feat pdf report to 13 dev
2 parents 4a4d5c0 + 8e6e07f commit 0d71665

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/learner-web-app/src/components/themantic/footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ const Footer = () => {
479479
<Typography component="p" sx={{ mb: 2 }}>
480480
In case you wish to delete/update your personal data, please contact Pratham&apos;s
481481
authorized person i.e. the DPO (
482-
<Link href="mailto:dataprotectionofficer@pratham.org" target="_blank" sx={{ color: 'primary.main' }}>
482+
<Link href="mailto:dataprotectionofficer@pratham.org" target="_blank" sx={{ color: '#1976d2', textDecorationColor: '#1976d2' }}>
483483
dataprotectionofficer@pratham.org
484484
</Link>
485485
). After the receipt of
@@ -508,7 +508,7 @@ const Footer = () => {
508508
</Typography>
509509
<Typography component="p" sx={{ mb: 1 }}>
510510
Email:{' '}
511-
<Link href="mailto:dataprotectionofficer@pratham.org" target="_blank" sx={{ color: 'primary.main' }}>
511+
<Link href="mailto:dataprotectionofficer@pratham.org" target="_blank" sx={{ color: '#1976d2', textDecorationColor: '#1976d2' }}>
512512
dataprotectionofficer@pratham.org
513513
</Link>
514514
</Typography>

mfes/scp-teacher-repo/src/components/assessment/AssessmentResultPDF.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ const AssessmentResultPDF: React.FC<AssessmentResultPDFProps> = ({
481481
styles.answerTextUnicode
482482
)
483483
) : (
484-
<Text style={styles.answerText}>No response found</Text>
484+
<Text style={styles.answerText}>No response available</Text>
485485
)}
486486
</View>
487487

0 commit comments

Comments
 (0)