Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyincansoylu committed May 7, 2024
1 parent 769c1a0 commit df5b917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/Blockchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Blockchain = () => {
if (!allEventsValid) {
return (
<div className="p-4 bg-white rounded-md">
There is no Blockchain events
There are no Blockchain events
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const User = () => {

if (!allEventsValid) {
return (
<div className="p-4 bg-white rounded-md">There is no User events</div>
<div className="p-4 bg-white rounded-md">There are no User events</div>
);
}

Expand Down

0 comments on commit df5b917

Please sign in to comment.