Skip to content

Commit

Permalink
SHIBUI-720: Added <main> and arial role to app for accessibility;
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodie Muramoto committed Aug 15, 2018
1 parent 6445b05 commit 0799509
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 0799509

Please sign in to comment.