Skip to content

Commit

Permalink
Change icon on checkReCertificationStatus page
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed May 20, 2024
1 parent 1c72c13 commit d129996
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: face}"></th:block>
<th:block th:replace="~{fragments/icons :: documentAndEnvelope}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(
header=#{recertification-check.header},
Expand Down Expand Up @@ -41,4 +41,4 @@
</section>
</div>
<th:block th:replace="~{fragments/footer :: footer}"/>
</body>
</body>

0 comments on commit d129996

Please sign in to comment.