mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 01:23:11 -04:00
Merge pull request #495 from alphagov/trial-mode-link-accessibility
Add context to trial mode link for screen readers
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
Your service is in trial mode
|
Your service is in trial mode
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-half">
|
<div class="column-one-half">
|
||||||
<a href="{{ url_for(".trial_mode") }}" class="banner-mode-action">Find out more</a>
|
<a href="{{ url_for(".trial_mode") }}" class="banner-mode-action">Find out more<span class="visuallyhidden"> about trial mode</span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
Reference in New Issue
Block a user