MITLibraries / MITlibraries-parent

The parent theme for MIT Libraries on WordPress
https://libraries.mit.edu
GNU General Public License v3.0
1 stars 3 forks source link

Update accounts link on mobile header #347

Closed matt-bernhardt closed 2 years ago

matt-bernhardt commented 2 years ago

What does this PR do?

This updates the link to the accounts page on the mobile header template, which was missed when we launched Alma originally.

Helpful background context (if appropriate)

This theme uses header.php to build both the head element of every page load, as well as to build the top elements of the body element (The body tag itself, a skip link, the opening of div.wrap-page, and the header element.

That header tag loads a number of other partials, including inc/nav-main for the full width navigation, but also a separate partial for mobile navigation, inc/nav-smalldisplays.

How can a reviewer manually see the effects of these changes?

This change has been deployed to the staging site.

What are the relevant tickets?

Todo:

Requires new or updated plugins, themes, or libraries?

NO

Requires change to deploy process?

NO