Skip to content

Commit

Permalink
fix: fixed hardcoded msg for group rules in msg input (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMikhaelson authored Dec 5, 2023
1 parent 8de11ff commit 4e7000c
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 4e7000c

Please sign in to comment.