Skip to content

Commit

Permalink
fix(ui): update slack join link (#6766)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarius authored Jul 17, 2023
1 parent d625f5e commit f58d4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/shared/helpBar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Help bar menu sub nav links', () => {
.within(() => {
cy.get('a').should($a => {
expect($a.attr('href'), 'href').to.equal(
'https://influxcommunity.slack.com/join/shared_invite/zt-156zm7ult-LcIW2T4TwLYeS8rZbCP1mw#/shared-invite/email'
'https://www.influxdata.com/slack'
)
})
})
Expand Down
2 changes: 1 addition & 1 deletion src/pageLayout/containers/MainNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export const MainNavigation: FC = () => {
label="InfluxDB Slack"
testID="nav-subitem-influxdb-slack"
linkElement={() => (
<SafeBlankLink href="https://influxcommunity.slack.com/join/shared_invite/zt-156zm7ult-LcIW2T4TwLYeS8rZbCP1mw#/shared-invite/email" />
<SafeBlankLink href="https://www.influxdata.com/slack" />
)}
/>
{!isNewIOxOrg && (
Expand Down

0 comments on commit f58d4ff

Please sign in to comment.