GroupSettings: add copy for pinned groups

This commit is contained in:
Matilde Park 2021-02-11 16:09:18 -05:00
parent 70cde7e4fb
commit 8253f385e8

View File

@ -44,6 +44,7 @@ export function GroupChannelSettings(props: GroupChannelSettingsProps) {
<Text p="4" id="channels" fontWeight="600" fontSize="2">
Channels
</Text>
<Text pl='4' gray>Pinning a channel marks it as featured when joining or previewing a group.</Text>
<Col p="4" width="100%" gapY="3">
{channels.map(({ resource, metadata }) => (
<Row justifyContent="space-between" width="100%" key={resource}>