Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-720 (pull request #162)
Browse files Browse the repository at this point in the history
SHIBUI-720: Added <main> and arial role to app for accessibility;

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Aug 15, 2018
2 parents 6445b05 + 0799509 commit da800be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@
</ul>
</div>
</nav>
<router-outlet></router-outlet>
<notification-list></notification-list>
<main role="main">
<router-outlet></router-outlet>
<notification-list></notification-list>
</main>
<footer>
<div class="row">
<div class="col-md-8 copyright">
Expand Down

0 comments on commit da800be

Please sign in to comment.