Skip to content

Commit

Permalink
Add closing </nav> tag to index-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 22, 2023
1 parent e69a04a commit f03e501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated the prototype kit templates
- Tabs will not try to show a specific one on startup unless the target matches the ID of one of the tabs
- Closing `</nav>` tag added on to `index-grid`

### Security

Expand Down
2 changes: 1 addition & 1 deletion src/nationalarchives/components/index-grid/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
</li>
{%- endfor -%}
</ul>
<nav>
</nav>

0 comments on commit f03e501

Please sign in to comment.