Fixed footer paddings
This commit is contained in:
@@ -38,14 +38,14 @@ const TestReportFooter = ({ userId }: Props) => (
|
||||
</View>
|
||||
</View>
|
||||
{userId && (
|
||||
<View style={{ paddingTop: 10 }}>
|
||||
<View>
|
||||
<Text style={styles.textBold}>
|
||||
User ID:{" "}
|
||||
<Text style={[styles.textFont, styles.textNormal]}>{userId}</Text>
|
||||
</Text>
|
||||
</View>
|
||||
)}
|
||||
<View style={{ paddingTop: 10 }}>
|
||||
<View style={{ paddingTop: 4 }}>
|
||||
<Text style={styles.textBold}>Declaration</Text>
|
||||
<Text style={{ paddingTop: 5 }}>
|
||||
We hereby declare that exam results on our platform, assessed by AI, are
|
||||
|
||||
Reference in New Issue
Block a user