Skip to content

Commit

Permalink
feature(storefront): BCTHEME-157 Improper heading hierarchy on Sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Aug 7, 2020
1 parent 353c9c8 commit 8b6e199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Draft

- Improper heading hierarchy on Sitemap. [#1774](https://github.com/bigcommerce/cornerstone/pull/1774)

## 4.9.0 (08-05-2020)

## 4.9.0 (07-28-2020)
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/sitemap.html
Expand Up @@ -4,7 +4,7 @@ <h1>{{lang 'sitemap.page_title'}}</h1>
<ul>
{{#each sitemap}}
<li>
<h3>{{label}}</h3>
<h2>{{label}}</h2>
<ul>
{{#each body}}
<li>
Expand Down

0 comments on commit 8b6e199

Please sign in to comment.