Skip to content

Commit

Permalink
Merge pull request #1154 from sul-dlss/update-component-library
Browse files Browse the repository at this point in the history
Update component library
  • Loading branch information
dnoneill authored Oct 21, 2024
2 parents 201db4d + f9b0e11 commit 051567b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -35,7 +35,7 @@
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-08-13/styles/sul.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-09-04/styles/sul.css" />
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
<%= csrf_meta_tags %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/shared/_su_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img
alt="Stanford Libraries"
height="45"
src="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-08-01/styles/StanfordLibraries-logo-whitetext.svg"
src="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-09-04/styles/StanfordLibraries-logo-whitetext.svg"
>
</a>
</div>
Expand Down Expand Up @@ -44,7 +44,7 @@
</div>
</div>
</section>
<div id="su-footer" class="text-white bg-cardinal pt-4 pb-4">
<div id="su-footer" class="text-white bg-dark pt-4 pb-4">
<div
class="container d-flex flex-column flex-lg-row align-items-center align-md-normal"
title="Common Stanford resources"
Expand Down

0 comments on commit 051567b

Please sign in to comment.