Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BL-1846 add aspect ratio to temple logo image #4240

Merged
merged 1 commit into from Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/shared/_header_navbar.html.erb
Expand Up @@ -2,7 +2,7 @@
<div class="container-xl">
<nav id="logo-navbar" class="navbar navbar-header pl-0" role="banner">
<%= link_to library_link, class: "header-name d-flex align-items-end" do %>
<%= image_tag("temple-logo-t-box.svg", class: "header-logo d-inline-flex", alt: "temple-logo") %>
<%= image_tag("temple-logo-t-box.svg", class: "header-logo d-inline-flex", height: "77px", width: "90px", alt: "temple-logo") %>
<span class="logo-text">University Libraries</span>
<% end %>
</nav>
Expand Down