Skip to content

Commit

Permalink
updates to the svg logo paths. updated node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Feb 13, 2024
1 parent fb71e81 commit 6e54ca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.8.0
20
6 changes: 3 additions & 3 deletions templates/block--system-branding-block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
{% block cell1 %}

<div class="su-lockup__logo-wrapper">
<img class="vpue-lockup__custom-logo" src="/{{ base_path ~ directory }}/dist/assets/svg/vpue-logo.svg" alt="Stanford VPUE Logo" role="img"/>
<img class="vpue-lockup__custom-logo" src="/{{ base_path ~ directory }}/src/assets/svg/vpue-logo.svg" alt="Stanford VPUE Logo" role="img"/>
<div class="vpue-lockup__su">
<svg class="su" aria-hidden="true">
<use xlink:href="/{{ base_path ~ directory }}/dist/assets/svg/Stanford_Cardinal.svg#Layer_1">
<use xlink:href="/{{ base_path ~ directory }}/src/assets/svg/Stanford_Cardinal.svg#Layer_1">
<title>Stanford</title>
</use>
</svg>
</div>
<div class="vpue-lockup__vpue">
<svg class="vpue" aria-hidden="true">
<use xlink:href="/{{ base_path ~ directory }}/dist/assets/svg/Undergrad_Black.svg#Layer_1">
<use xlink:href="/{{ base_path ~ directory }}/src/assets/svg/Undergrad_Black.svg#Layer_1">
<title>Undergrad</title>
</use>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion templates/components/fat-footer/vpue-fat-footer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="su-local-footer__header vpue-fat-footer__header">
<div class="vpue-fat-footer__logo-container">
<a href="http://vpue.stanford.edu/">
<img src="{{ base_path ~ directory }}/dist/assets/svg/vpue-logo.svg" class="vpue-fat-footer__logo" alt="Stanford VPUE Logo" role="img" />
<img src="{{ base_path ~ directory }}/src/assets/svg/vpue-logo.svg" class="vpue-fat-footer__logo" alt="Stanford VPUE Logo" role="img" />
</a>
</div>
</div>
Expand Down

0 comments on commit 6e54ca0

Please sign in to comment.