Skip to content

Commit

Permalink
🐛 Fixed spelling mistake on package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrm committed Sep 10, 2022
1 parent c26b104 commit 92d572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Users = () => {
<h2 className="text-sm sm:text-md" data-tip data-for={i._id}>
Joined <TimeAgo date={i.date}></TimeAgo>
</h2>
<ReactToolip
<ReactTooltip
getContent={() => new Date(i.date).toDateString()}
id={i._id}
type="info"
Expand Down

0 comments on commit 92d572f

Please sign in to comment.