Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: copy of share screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Oct 30, 2023
1 parent d6b94d1 commit d150dec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export const InviteCreatorToken = () => {
<View tw="h-4" />
<Text tw="text-black dark:text-white">
You have <Text tw="font-bold">{invitesData.length}</Text>{" "}
{inviteText} left. Share or email invites below to earn your
friends' creator tokens.
{inviteText} left. Share invites below to earn your friends' creator
tokens.
</Text>
<View tw="mt-2">
{invitesData.map((item) => (
Expand Down

0 comments on commit d150dec

Please sign in to comment.