mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
GroupSettings: add copy for pinned groups
This commit is contained in:
parent
70cde7e4fb
commit
8253f385e8
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user