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:
parent
7db86e75c1
commit
47bc5deb22
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user