From df5b9174cc8a7b09fc69b4fe8d0652edff98faf8 Mon Sep 17 00:00:00 2001 From: hcsoylu Date: Tue, 7 May 2024 17:27:31 +0300 Subject: [PATCH] fix typo --- src/routes/Blockchain.tsx | 2 +- src/routes/User.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Blockchain.tsx b/src/routes/Blockchain.tsx index f4d1787..39dceb2 100644 --- a/src/routes/Blockchain.tsx +++ b/src/routes/Blockchain.tsx @@ -49,7 +49,7 @@ const Blockchain = () => { if (!allEventsValid) { return (
- There is no Blockchain events + There are no Blockchain events
); } diff --git a/src/routes/User.tsx b/src/routes/User.tsx index 814f859..a1d8214 100644 --- a/src/routes/User.tsx +++ b/src/routes/User.tsx @@ -59,7 +59,7 @@ const User = () => { if (!allEventsValid) { return ( -
There is no User events
+
There are no User events
); }