Skip to content

Commit

Permalink
Add title for breadcrumbs nav
Browse files Browse the repository at this point in the history
This fixes the landmark-unique aXe rule.
  • Loading branch information
backspace committed Jul 17, 2020
1 parent 3d7adc4 commit f614b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/components/global-header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="navbar-item is-gutter">
<RegionSwitcher @decoration="is-outlined" />
</div>
<nav class="breadcrumb is-large">
<nav class="breadcrumb is-large" title="breadcrumbs">
<ul>
{{yield}}
</ul>
Expand Down

0 comments on commit f614b6c

Please sign in to comment.