GroupTimeline: make label clickable

This commit is contained in:
Alex Gleason 2023-03-31 12:00:15 -05:00
parent 94f67e166e
commit 406e6f3f40
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 2 deletions

View File

@ -69,10 +69,11 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
group={groupId}
extra={(
<HStack alignItems='center' space={4}>
<div className='ml-auto'>
<label className='ml-auto cursor-pointer' htmlFor='group-timeline-visible'>
<Text theme='muted'>Share with my followers</Text>
</div>
</label>
<Toggle
id='group-timeline-visible'
checked={groupTimelineVisible}
onChange={handleToggleChange}
size='sm'