Skip to content

Commit

Permalink
Merge pull request #470 from pulibrary/445-abbr-name
Browse files Browse the repository at this point in the history
Add the abbr-name DSS to _header_navbar.html.erb
  • Loading branch information
christinach authored Sep 10, 2024
2 parents 85c4a74 + 76c7dd2 commit f15ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_header_navbar.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="lux">
<lux-library-header app-name="<%= application_name %>" app-url="<%= root_path %>">
<lux-library-header app-name="<%= application_name %>" abbr-name="DSS" app-url="<%= root_path %>">
<% if has_user_authentication_provider? %>
<% if current_user %>
<lux-menu-bar type="main-menu" active="All" :menu-items="[
Expand Down

0 comments on commit f15ac09

Please sign in to comment.