mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +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>
|
||||||
|
<ListItem className={styles.listItem}>
|
||||||
|
<ListItemText
|
||||||
|
primary={
|
||||||
|
<a
|
||||||
|
href="https://slack.unleash.run"
|
||||||
|
className={styles.link}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Slack Community
|
||||||
|
</a>
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
</section>
|
</section>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user