1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-08 01:15:49 +02:00

fix: add link to slack community

This commit is contained in:
Ivar Conradi Østhus 2021-10-18 11:05:47 +02:00
parent 7db86e75c1
commit 47bc5deb22

View File

@ -256,6 +256,19 @@ export const Footer = () => {
}
/>
</ListItem>
<ListItem className={styles.listItem}>
<ListItemText
primary={
<a
href="https://slack.unleash.run"
className={styles.link}
target="_blank"
>
Slack Community
</a>
}
/>
</ListItem>
</List>
</section>
</Grid>