diff --git a/apps/explorer/src/app/routes/blocks/home/index.tsx b/apps/explorer/src/app/routes/blocks/home/index.tsx index d0fa80e0a..0c71a77d3 100644 --- a/apps/explorer/src/app/routes/blocks/home/index.tsx +++ b/apps/explorer/src/app/routes/blocks/home/index.tsx @@ -14,15 +14,12 @@ const Blocks = () => { ); return ( - <> -
- Blocks - - -
- +
+ Blocks + + - +
); }; diff --git a/apps/explorer/src/app/routes/txs/home/index.tsx b/apps/explorer/src/app/routes/txs/home/index.tsx index a4fcf8a6d..b5969dbd3 100644 --- a/apps/explorer/src/app/routes/txs/home/index.tsx +++ b/apps/explorer/src/app/routes/txs/home/index.tsx @@ -14,15 +14,12 @@ const Txs = () => { ); return ( - <> -
- Transactions - - -
- +
+ Transactions + + - +
); };