Skip to content

Commit

Permalink
Merge pull request #106 from KB-iGOT/kar-774-scromIssue
Browse files Browse the repository at this point in the history
fixed:- KB-6817
  • Loading branch information
vishnubansaltarento authored Sep 19, 2024
2 parents 18192c6 + a8bb4df commit 08e77d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="flex items-center certificate_overlay">
<div class="flex flex-col text-center gap-1 p-4 text-white mt-4">
<div>{{'apptochome.certificationTakesTime' | translate }}</div>
<div>{{'apptochome.issuePersistsMailus' | translate }} mission.karmayogi@gov.in
<div>{{'apptochome.issuePersistsMailus' | translate }} <a href="mailto:mission.karmayogi@gov.in" class="emailDefault"> mission.karmayogi@gov.in</a>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,8 @@ $mob-title-line-count: 2;
width: 24px !important;
height: 24px !important;
}
.emailDefault {
color: #0074b6;
text-decoration: underline !important;

}

0 comments on commit 08e77d0

Please sign in to comment.