mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05:00
Change breadcrumb to reflect new Service Toolkit nomenclature
The Service Toolkit[1] used to categorise GaaP Programme[2] things under ‘Components’ so the breadcrumb reflected this. This commit also fixes the anchor link, which has also changed[3] to the new terminology. 1. https://www.gov.uk/service-toolkit 2. Rest in peace 3. https://www.w3.org/Provider/Style/URI
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<nav class="breadcrumbs breadcrumbs--inverse" aria-label="Breadcrumbs">
|
||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
|
||||
<li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||
<a href="https://www.gov.uk/service-toolkit#components" itemprop="item"><span itemprop="name">Components</span></a>
|
||||
<a href="https://www.gov.uk/service-toolkit#gov-uk-services" itemprop="item"><span itemprop="name">GOV.UK services</span></a>
|
||||
</li>
|
||||
<li class="breadcrumbs__item breadcrumbs__item--active" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||
<a href="#main" itemprop="item"><span itemprop="name">GOV.UK Notify</span></a>
|
||||
|
||||
Reference in New Issue
Block a user