Skip to content

Commit f58d4ff

Browse files
authored
fix(ui): update slack join link (#6766)
1 parent d625f5e commit f58d4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/e2e/shared/helpBar.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Help bar menu sub nav links', () => {
4848
.within(() => {
4949
cy.get('a').should($a => {
5050
expect($a.attr('href'), 'href').to.equal(
51-
'https://influxcommunity.slack.com/join/shared_invite/zt-156zm7ult-LcIW2T4TwLYeS8rZbCP1mw#/shared-invite/email'
51+
'https://www.influxdata.com/slack'
5252
)
5353
})
5454
})

src/pageLayout/containers/MainNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export const MainNavigation: FC = () => {
445445
label="InfluxDB Slack"
446446
testID="nav-subitem-influxdb-slack"
447447
linkElement={() => (
448-
<SafeBlankLink href="https://influxcommunity.slack.com/join/shared_invite/zt-156zm7ult-LcIW2T4TwLYeS8rZbCP1mw#/shared-invite/email" />
448+
<SafeBlankLink href="https://www.influxdata.com/slack" />
449449
)}
450450
/>
451451
{!isNewIOxOrg && (

0 commit comments

Comments
 (0)