mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 15:38:19 -04:00
Give all h1s an id
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
{{ govukBackLink({ "href": back_link }) }}
|
||||
{% endif %}
|
||||
|
||||
<h1 class="heading-large">{{ h1 }}</h1>
|
||||
<h1 class="heading-large" id="page-header">{{ h1 }}</h1>
|
||||
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user