Skip to content

Commit

Permalink
fixed:- KB-6817
Browse files Browse the repository at this point in the history
  • Loading branch information
Afzal84 committed Sep 19, 2024
1 parent 2e74d3a commit a8bb4df
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 a8bb4df

Please sign in to comment.