Skip to content

Commit ca7a0b9

Browse files
authored
feat: update professor name display in certificate document with addi… (#220)
feat: update professor name display in certificate document with additional styling
1 parent 0e9b383 commit ca7a0b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/api/src/routers/cert/gen.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@ const CertificateDocument = ({ memberInfo, team }: CertificateDocumentProps) =>
378378
<View style={styles.signatureProfContainer}>
379379
<Image style={styles.profSignature1} src={profSignature1} />
380380
<View style={styles.profInfoContainer}>
381-
<Text style={styles.profName}>รศ. ดร.ณัฐชา เดชดำรง</Text>
381+
<Text style={styles.profName}>
382+
รศ. ดร.ณัฐชา เดชดำรง<Text style={{ color: "white" }}>X</Text>
383+
</Text>
382384
<Text style={styles.profDetail}>
383385
ที่ปรึกษาโครงการ และประธานหลักสูตร วิศวกรรมคอมพิวเตอร์ (นานาชาติ)
384386
</Text>

0 commit comments

Comments
 (0)