Skip to content

Commit

Permalink
greenCheck -> check-mark
Browse files Browse the repository at this point in the history
  • Loading branch information
analoo committed Jan 17, 2025
1 parent 282fcd4 commit 0bf0cdf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 29 deletions.
25 changes: 0 additions & 25 deletions src/main/resources/templates/fragments/gcc-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,31 +750,6 @@ <h1>GCC Icons</h1>
</svg>
</td>
</tr>
<tr>
<td>greenCheck</td>
<td>
<svg th:fragment="greenCheck" aria-hidden="true" width="101" height="75"
viewBox="0 0 101 75"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_524_9928)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M52.9472 70.0451C43.3438 71.693 33.1797 74.9351 25.1685 69.3743C16.9539 63.6723 14.5606 53.0735 14.0985 43.0791C13.6305 32.9582 15.668 22.8042 22.6776 15.5029C30.6054 7.2452 41.5047 0.657784 52.7435 2.82578C63.9509 4.98773 70.2097 15.8381 75.8705 25.764C81.8737 36.2904 90.4231 48.3772 84.8553 59.1324C79.414 69.6435 64.6034 68.045 52.9472 70.0451Z"
fill="#769BF3"/>
<circle cx="47.5" cy="39" r="24.5" fill="#DAFFF8" stroke="#121111"
stroke-width="3"/>
<path d="M35.0471 39.8128L43.0304 48.7242L59.5132 31.8854" stroke="#121111"
stroke-width="4"
stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_524_9928">
<rect width="100" height="75" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>
</td>
</tr>
<tr>
<td>licensedProvider</td>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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/gcc-icons :: greenCheck}"></th:block>
<th:block th:replace="~{fragments/gcc-icons :: check-mark}"></th:block>
<th:block th:replace="~{fragments/cardHeader :: cardHeader(
header=#{complete-submit-confirmation.header},
subtext=#{complete-submit-confirmation.subtext(${submittedDate}, ${submittedTime}, ${submission.getShortCode()})})}"/>
Expand Down
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/gcc-icons :: greenCheck}"></th:block>
<th:block th:replace="~{fragments/gcc-icons :: check-mark}"></th:block>
<th:block
th:with="providerName=${inputData.getOrDefault('familyIntendedProviderName', '')}">
<th:block
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/gcc/submit-complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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/gcc-icons :: greenCheck}"></th:block>
<th:block th:replace="~{fragments/gcc-icons :: check-mark}"></th:block>
<div th:if="${lockedSubmissionMessage}" class="notice--warning">
<p th:text="${lockedSubmissionMessage}"></p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<th:block
th:with="response=${submission.getInputData.get('providerResponseAgreeToCare')}">

<th:block th:replace="~{fragments/gcc-icons :: greenCheck}"></th:block>
<th:block th:replace="~{fragments/gcc-icons :: check-mark}"></th:block>
<div th:if="${lockedSubmissionMessage}" class="notice--warning">
<p th:text="${lockedSubmissionMessage}"></p>
</div>
Expand Down

0 comments on commit 0bf0cdf

Please sign in to comment.