fix: typo (#12)

This commit is contained in:
Laurin Quast 2022-05-18 16:20:14 +02:00 committed by GitHub
parent 85ffde71d4
commit 52f54c6a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ export const MemberAdded: React.FC<{
</Activity.Icon>
<Activity.Content>
<Activity.Text>
<User user={activity.user} /> join the organization
<User user={activity.user} /> joined the organization
</Activity.Text>
<Activity.Time>
<TimeAgo date={activity.createdAt} />