File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mfes/scp-teacher-repo/src/components/assessment Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments