Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Aug 18, 2023
1 parent 951c4c3 commit 0fe02fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/app/[slug]/settings/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const UserCard = ({
)
) : (
<p className="text-xs text-gray-500">
`Invited ${timeAgo(createdAt)}`
Invited {timeAgo(createdAt)}
</p>
)}

Expand Down

0 comments on commit 0fe02fb

Please sign in to comment.