Skip to content

Commit 5dc6d2f

Browse files
authored
Merge pull request #1335 from sul-dlss/update-component-library
Update to latest component library
2 parents 4140472 + 827d283 commit 5dc6d2f

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1313

1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
15-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-09-04/styles/sul.css" />
15+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-12-18/styles/sul.css" />
1616
<style>
1717
.bg-cardinal {
1818
--stanford-cardinal-rgb: 143, 20, 20;

app/views/shared/_su_footer.html.erb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
id="sul-footer-img"
77
class="col-sm-12 col-md-5 col-lg-4 col-xl-3 d-flex justify-content-center justify-content-md-start"
88
>
9-
<a href="https://library.stanford.edu">
10-
<img
11-
alt="Stanford Libraries"
12-
height="45"
13-
src="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-09-04/styles/StanfordLibraries-logo-whitetext.svg">
14-
</a>
9+
<a href="https://library.stanford.edu" class="prefooter-logo">Stanford University Libraries</a>
1510
</div>
1611
<div
1712
class="col d-flex justify-content-md-start justify-content-center"

app/views/shared/_top_navbar.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a
1313
class="mb-0 navbar-brand navbar-logo"
1414
href="https://library.stanford.edu"
15-
>Stanford Libraries</a
15+
>Stanford University Libraries</a
1616
>
1717
</div>
1818
</nav>

0 commit comments

Comments
 (0)