Skip to content

Commit

Permalink
Merge pull request #1059 from varadeth/DIV-8436
Browse files Browse the repository at this point in the history
DIV-8436
  • Loading branch information
egov-joy authored Apr 12, 2022
2 parents e605f25 + eebc6b1 commit 6e6657a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal/src/components/PrintCertificate/PrintCertificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function PrintCertificate() {
<td>{data.name}</td>
<td>{data.gender}</td>
<td>{data.dob}</td>
<td><button className={styles['action-link']} onClick={() => printCertificate(data.preEnrollmentCode)}>Action</button></td>
<td><button className={styles['action-link']} onClick={() => printCertificate(data.preEnrollmentCode)}>Print</button></td>
</tr>)
tableRow.push(tableCells)
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
background: transparent;
border: none;
text-decoration: underline;
color: blue;
color: #4CA07A;
}

.iframe-class {
Expand Down

0 comments on commit 6e6657a

Please sign in to comment.