Skip to content

Commit

Permalink
Add a warning to the group creation page (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker authored Jul 1, 2024
1 parent 92ee723 commit 23ae193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/components/User/GroupCreationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ const InnerGroupCreationForm: FC<GroupManagerProps> = ({ clientConfig, accessTok
Fill out following form to create a new group.
</p>

<p className='mt-1 text-sm leading-6 text-red-600'>
Please note that the information you enter on this form will be publicly available on your group page.
</p>

<div className='mt-5 grid grid-cols-1 gap-x-6 gap-y-4 sm:grid-cols-6'>
<GroupNameInput />
<EmailContactInput />
Expand Down

0 comments on commit 23ae193

Please sign in to comment.