Skip to content

Commit

Permalink
Merge pull request #1335 from sul-dlss/update-component-library
Browse files Browse the repository at this point in the history
Update to latest component library
  • Loading branch information
jcoyne authored Jan 7, 2025
2 parents 4140472 + 827d283 commit 5dc6d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 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-09-04/styles/sul.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-12-18/styles/sul.css" />
<style>
.bg-cardinal {
--stanford-cardinal-rgb: 143, 20, 20;
Expand Down
7 changes: 1 addition & 6 deletions app/views/shared/_su_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
id="sul-footer-img"
class="col-sm-12 col-md-5 col-lg-4 col-xl-3 d-flex justify-content-center justify-content-md-start"
>
<a href="https://library.stanford.edu">
<img
alt="Stanford Libraries"
height="45"
src="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-09-04/styles/StanfordLibraries-logo-whitetext.svg">
</a>
<a href="https://library.stanford.edu" class="prefooter-logo">Stanford University Libraries</a>
</div>
<div
class="col d-flex justify-content-md-start justify-content-center"
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_top_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a
class="mb-0 navbar-brand navbar-logo"
href="https://library.stanford.edu"
>Stanford Libraries</a
>Stanford University Libraries</a
>
</div>
</nav>
Expand Down

0 comments on commit 5dc6d2f

Please sign in to comment.