Skip to content

Commit

Permalink
Merge pull request #898 from govuk-one-login/BAU-remove-public-beta-link
Browse files Browse the repository at this point in the history
BAU: Fix content to refer to go-live page
  • Loading branch information
Ryan-Andrews99 authored Sep 13, 2024
2 parents 4c76e96 + 202b00c commit cfbca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express/src/views/clients/client-details.njk
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<hr class="govuk-section-break govuk-section-break--s govuk-section-break--visible govuk-!-margin-bottom-7 govuk-!-margin-top-7">

<h2 class="govuk-heading-m govuk-!-margin-bottom-2">Production client</h2>
<p class="govuk-body govuk-!-margin-top-3">You can add a production client if you <a class="govuk-link" href="/services/{{ serviceId }}/clients/{{ clientId }}/{{ selfServiceClientId }}/public-beta">join our public beta</a>.</p>
<p class="govuk-body govuk-!-margin-top-3">You can add a production client if you <a class="govuk-link" href="/services/{{ serviceId }}/clients/{{ clientId }}/{{ selfServiceClientId }}/go-live">go live with GOV.UK One Login</a>.</p>
{% endblock %}

{% block scripts %}
Expand Down

0 comments on commit cfbca37

Please sign in to comment.