-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(GlobalHeaderItems): add new tab true to external links #1403
Conversation
@@ -249,6 +252,7 @@ const profileCustomerSupport: AppHeaderLinkItem = { | |||
const profileReportBug: AppHeaderLinkItem = { | |||
id: 'report-bug', | |||
href: 'https://codecademy.atlassian.net/servicedesk/customer/portal/9', | |||
newTab: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Can we rename the PR to fix(GlobalHeaderItems)
.
https://github.com/Codecademy/client-modules#pr-title-format
Especially since the scope is just this.
LGTM!
📬Published Alpha Packages:@codecademy/[email protected] |
🚀 Styleguide deploy preview ready! |
* origin/main: (1238 commits) chore(release): publish add new tab true to external links (#1403) chore(release): publish fix(GlobalHeader): Simplify loading header chore(release): publish feat!: bumped ESLint packages to latest and added recommended & Jest linting chore(release): publish feat: adding 3 new icons for business reporting chore(release): publish fix: reduce column gaps on mobile for LP components chore(release): publish fix(AppHeaderDropdown): fix jumpiness of bold text when dropdown is opened (#1394) chore(release): publish feat: imported babel plugin (#1233) chore(release): publish fix(Toggle): remove aria-label chore(release): publish fix(GlobalHeader): Spacing fixes chore(release): publish fix: update font sizes within LP components at smaller than xs ...
* origin/main: (131 commits) chore(release): publish add new tab true to external links (#1403) chore(release): publish fix(GlobalHeader): Simplify loading header chore(release): publish feat!: bumped ESLint packages to latest and added recommended & Jest linting chore(release): publish feat: adding 3 new icons for business reporting chore(release): publish fix: reduce column gaps on mobile for LP components chore(release): publish fix(AppHeaderDropdown): fix jumpiness of bold text when dropdown is opened (#1394) chore(release): publish feat: imported babel plugin (#1233) chore(release): publish fix(Toggle): remove aria-label chore(release): publish fix(GlobalHeader): Spacing fixes chore(release): publish fix: update font sizes within LP components at smaller than xs ...
Overview
We had missed adding "newTab: true" to a few of the app header items that should open in new tabs
all external links should open in a new tab
ex. forums, chapters, blog, chat
PR Checklist