Skip to content

Commit

Permalink
Merge pull request #4392 from samvera/4386-backport
Browse files Browse the repository at this point in the history
correct accessibility audit from embargo page.  Fixes issue #4003
  • Loading branch information
jeremyf committed Jun 26, 2020
2 parents 0e0c2b8 + e069a49 commit bdb1dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/dashboard/_sidebar.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% menu = Hyrax::MenuPresenter.new(self) %>
<div class="sidebar-toggle"><span class="fa fa-chevron-circle-right"></span></div>
<nav>
<nav aria-label="sidebar-nav">
<ul class="nav nav-pills nav-stacked">
<li>
<div class="profile">
Expand Down

0 comments on commit bdb1dad

Please sign in to comment.