Skip to content

Commit

Permalink
Merge pull request #14 from cul-it/ECOMMONS-1674
Browse files Browse the repository at this point in the history
ECOMMONS-1674 modifies help links on header and footer
  • Loading branch information
bmckinney authored Apr 22, 2024
2 parents 7b9a0b1 + 66d4961 commit 0369804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/themes/ecommons/app/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="text-lg-start">
<div class="container">
<div *ngIf="showTopFooter" class="top-footer">
<p class="help-link"><a href="/statistics">Site Statistics</a> | <a href="https://guides.library.cornell.edu/ecommons/search">Help</a></p>
<p class="help-link"><a href="/statistics">Site Statistics</a> | <a href="https://guides.library.cornell.edu/ecommons">Help</a></p>
<p><a href="http://guides.library.cornell.edu/ecommons">About eCommons</a> | <a href="http://guides.library.cornell.edu/ecommons/policy">Policies</a> | <a href="http://guides.library.cornell.edu/ecommons/terms">Terms of use</a> | <a href="/info/feedback">Contact Us</a></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/themes/ecommons/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>
<ds-themed-search-navbar></ds-themed-search-navbar>
<ds-lang-switch></ds-lang-switch>
<div class="header-link pl-2 pr-2 d-none d-sm-block">
<a href="https://guides.library.cornell.edu/ecommons/search">
<a href="https://guides.library.cornell.edu/ecommons">
Help
</a>
</div>
Expand Down

0 comments on commit 0369804

Please sign in to comment.