Skip to content

Commit d22e084

Browse files
authored
footer: replace Slack link with Discuss forum (#1524)
1 parent 9300c9f commit d22e084

File tree

1 file changed

+2
-2
lines changed
  • src/theme/Footer/Links/MultiColumn

1 file changed

+2
-2
lines changed

src/theme/Footer/Links/MultiColumn/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export default function FooterLinksMultiColumn({columns}) {
7777
<li style={{display: 'inline-block'}}>
7878
<IconButton
7979
color="primary"
80-
onClick={() => window.open('https://slack.pomerium.io/')}>
81-
<span className="fa-brands fa-slack" />
80+
onClick={() => window.open('https://discuss.pomerium.com/')}>
81+
<span className="fa-brands fa-discourse" />
8282
</IconButton>
8383
</li>
8484
</ul>

0 commit comments

Comments
 (0)