Skip to content

Commit

Permalink
Update component library
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Sep 4, 2024
1 parent 505e12c commit ddc0d41
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/[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" />
<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 ddc0d41

Please sign in to comment.