Skip to content

Commit

Permalink
fix: Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammeds1992 committed Dec 5, 2023
2 parents bfe7d60 + 4e7000c commit c87581c
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,15 +432,9 @@ export const MessageInput: React.FC<MessageInputProps> = ({
{isJoinGroup() && 'Click on the button to join the group'}
{isNotVerified() && (
<>
Sending messages requires{' '}
<Span
color={theme.backgroundColor?.chatSentBubbleBackground}
>
1 PUSH Token
</Span>{' '}
for participation.{' '}
Sending messages requires to staisfy the group rules.{' '}
<Link
href="https://docs.push.org/developers/developer-tooling/push-sdk/sdk-packages-details/epnsproject-sdk-restapi/for-chat/group-chat#to-create-a-token-gated-group"
href="https://push.org/docs/chat/build/conditional-rules-for-group/"
target="_blank"
color={theme.backgroundColor?.chatSentBubbleBackground}
>
Expand Down

0 comments on commit c87581c

Please sign in to comment.