Skip to content

Commit

Permalink
feat:display a shorter invite link on a mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 19, 2023
1 parent d58b32c commit 69e6f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Shorter dots-placeholder for invite link

* Display a shorter invite link on a mobile

* Removed registration attempts selector and corresponding usage.

* Revert adjusting bootstrap scripts for developing on Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const InvitationContextMenu: FC = () => {
title={'Add members'}
items={items}
hint={'Anyone with Quiet app can follow this link to join this community. Only share with people you trust.'}
link={invitationLink}
link={invitationLink.slice(0, 35) + '...'}
linkAction={copyLink}
{...invitationContextMenu}
/>
Expand Down

0 comments on commit 69e6f8a

Please sign in to comment.