Skip to content

Commit

Permalink
Merge pull request #1277 from sul-dlss/update-component-libary
Browse files Browse the repository at this point in the history
Update component library
  • Loading branch information
corylown authored Oct 28, 2024
2 parents 423c1e0 + ddc0d41 commit 5e0df82
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 @@ -12,7 +12,7 @@
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/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" />
<style>
.bg-cardinal {
--stanford-cardinal-rgb: 143, 20, 20;
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-13/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>
<div
Expand Down Expand Up @@ -43,7 +43,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 5e0df82

Please sign in to comment.