Skip to content

Commit

Permalink
Add the abbr-name DSS to _header_navbar.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
vh8154 committed Sep 10, 2024
1 parent 85c4a74 commit 76c7dd2
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 76c7dd2

Please sign in to comment.