Skip to content

Commit

Permalink
Fix the new logo references by making them absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Mar 7, 2024
1 parent 7d8d29e commit 5c1a7e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.3.30 20240307 JP Navarro
- Fix the new logo references by making them absolute

v0.3.29 20240305 Dinuka De Silva
- Enable NSF link from the branding logo

Expand Down
4 changes: 2 additions & 2 deletions b5_ac_conect/templates/layout/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
<div class="{{ b5_top_container }} d-flex w-100 branding-wrapper">
<div class="d-flex">
<a class="nsf-logo" href="https://www.nsf.gov/" target="_blank">
<img src="themes/contrib/b5_ac_conect/logos/NSF_logo.svg" />
<img src="/themes/contrib/b5_ac_conect/logos/NSF_logo.svg" />
</a>
<div class="logo-divider">
<img src="themes/contrib/b5_ac_conect/logos/ACCESS-pipe.svg" />
<img src="/themes/contrib/b5_ac_conect/logos/ACCESS-pipe.svg" />
</div>
{{ page.nav_branding }}
</div>
Expand Down

0 comments on commit 5c1a7e5

Please sign in to comment.