Skip to content

Commit

Permalink
Remove copy and link (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
olusegz07 authored Dec 4, 2024
1 parent cd2175b commit 20d63c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.1.17-response-status-case-name",
"version": "7.1.18-extra-query-options",
"engines": {
"node": ">=18.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ccd-case-ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "7.1.17-response-status-case-name",
"version": "7.1.18-extra-query-options",
"engines": {
"node": ">=18.19.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ <h2 class="govuk-heading-m govuk-!-margin-top-10">
type="radio" [formControl]="qualifyingQuestionsControl" [value]="qualifyingQuestion">
<label class="govuk-label govuk-radios__label" [for]="qualifyingQuestion.name">{{ qualifyingQuestion.name |
rpxTranslate }}</label>
<div *ngIf="isLast" class="govuk-hint govuk-radios__hint">
{{ '(To follow-up on an existing query' | rpxTranslate }}
<a class="govuk-link" href="javascript:void(0)" (click)="click()">{{ 'click here' | rpxTranslate }}</a>.)
</div>
</div>
</ng-container>
</div>
Expand Down

0 comments on commit 20d63c6

Please sign in to comment.