Update Help Center header nav links (WSO-14186) - #66
Open
ericfranck wants to merge 1 commit into
Open
Conversation
- Point Jobber logo to getjobber.com - Rename "Help Center" to "Help Center Home" and link to Help Center home - Remove right-hand "Home" nav link - Increment manifest version Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Implements the Nav Links | Help Center ticket (WSO-14108 / dev subtask WSO-14186). Cleans up and re-points the Help Center top navigation to match the provided design.
Changes (
templates/header.hbs)https://www.getjobber.com(was the Help Center home). Swapped the internal{{#link 'help_center'}}helper for a plain<a>since that helper only resolves Zendesk routes; updatedaltto"Jobber".{{#link 'help_center' class="logo__text noshadow"}}.manifest.json: version2.0.49→2.0.50for the Zendesk "Update from GitHub" deploy.No SCSS changes needed — the reused
noshadowutility suppresses the underline and.logo__textinherits the$primarycolor, matching the design.Testing
getjobber.comNote: pointing the site logo off-site is non-standard UX; this was raised and approved on the ticket ("let's go ahead and make the change").
After Screenshot:

🤖 Generated with Claude Code