Added PDF version to footer
This commit is contained in:
@@ -37,15 +37,7 @@ const TestReportFooter = ({ userId }: Props) => (
|
|||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
{userId && (
|
|
||||||
<View>
|
<View>
|
||||||
<Text style={styles.textBold}>
|
|
||||||
User ID:{" "}
|
|
||||||
<Text style={[styles.textFont, styles.textNormal]}>{userId}</Text>
|
|
||||||
</Text>
|
|
||||||
</View>
|
|
||||||
)}
|
|
||||||
<View style={{ paddingTop: 4 }}>
|
|
||||||
<Text style={styles.textBold}>Declaration</Text>
|
<Text style={styles.textBold}>Declaration</Text>
|
||||||
<Text style={{ paddingTop: 5 }}>
|
<Text style={{ paddingTop: 5 }}>
|
||||||
We hereby declare that exam results on our platform, assessed by AI, are
|
We hereby declare that exam results on our platform, assessed by AI, are
|
||||||
@@ -57,6 +49,22 @@ const TestReportFooter = ({ userId }: Props) => (
|
|||||||
continuously enhance our system to ensure accuracy and reliability.
|
continuously enhance our system to ensure accuracy and reliability.
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
<View style={{ paddingTop: 4 }}>
|
||||||
|
<Text style={styles.textBold}>
|
||||||
|
PDF Version:{" "}
|
||||||
|
<Text style={[styles.textFont, styles.textNormal]}>
|
||||||
|
{process.env.PDF_VERSION}
|
||||||
|
</Text>
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
{userId && (
|
||||||
|
<View>
|
||||||
|
<Text style={styles.textBold}>
|
||||||
|
User ID:{" "}
|
||||||
|
<Text style={[styles.textFont, styles.textNormal]}>{userId}</Text>
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
<View style={[styles.textColor, { paddingTop: 5 }]}>
|
<View style={[styles.textColor, { paddingTop: 5 }]}>
|
||||||
<Text style={styles.textUnderline}>info@encoach.com</Text>
|
<Text style={styles.textUnderline}>info@encoach.com</Text>
|
||||||
<Text>https://encoach.com</Text>
|
<Text>https://encoach.com</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user