Skip to content

Commit

Permalink
Merge pull request #300 from pulibrary/remove-redundant-branding
Browse files Browse the repository at this point in the history
Remove redundant branding from the app name
  • Loading branch information
christinach authored Aug 8, 2024
2 parents 4a1cc20 + 8c846f3 commit bcfbe9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</head>

<body>
<library-header app-name="Princeton University Library Lockers and Study Rooms" abbr-name="Lockers" app-url="<%= root_path %>" class="lux" :max-width=1440 theme="dark">
<library-header app-name="Lockers and Study Rooms" abbr-name="Lockers" app-url="<%= root_path %>" class="lux" :max-width=1440 theme="dark">
<menu-bar type="main-menu" :menu-items="[
<% if current_user&.admin && current_user&.works_at_enabled_building? %>
<% if current_user&.building&.name === 'Firestone Library' %>
Expand Down
2 changes: 1 addition & 1 deletion spec/features/navigation_menu_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

it 'has a generic header for the application' do
visit 'locker_renewal_messages/new'
expect(page.find_by_id('appName').text).to eq('Princeton University Library Lockers and Study Rooms')
expect(page.find_by_id('appName').text).to eq('Lockers and Study Rooms')
end

context 'when user is Firestone admin' do
Expand Down

0 comments on commit bcfbe9c

Please sign in to comment.