diff --git a/apps/web/src/app/(main)/block/[ht]/page.tsx b/apps/web/src/app/(main)/block/[ht]/page.tsx index 4080ab6..70ef625 100644 --- a/apps/web/src/app/(main)/block/[ht]/page.tsx +++ b/apps/web/src/app/(main)/block/[ht]/page.tsx @@ -28,12 +28,10 @@ const Page : FC = ({ params }) => { }); return ( -
-
-

Block Summary

-
+
+

Block Summary

-
+
diff --git a/apps/web/src/app/(main)/blocks/page.tsx b/apps/web/src/app/(main)/blocks/page.tsx index a144e57..b762ecb 100644 --- a/apps/web/src/app/(main)/blocks/page.tsx +++ b/apps/web/src/app/(main)/blocks/page.tsx @@ -27,13 +27,11 @@ const Page = () => { }); return ( -
-
-

Recent Blocks

-
+
+

Recent Blocks

= ({ params }) => { }); return ( -
-
-

IBC Channel

-
+
+

IBC Channel

- {/* TODO: don't forget to remove this extra pb-8 once Channel is cleaned up. */} -
+
diff --git a/apps/web/src/app/(main)/ibc/channels/page.tsx b/apps/web/src/app/(main)/ibc/channels/page.tsx index fdd819f..66b3e7d 100644 --- a/apps/web/src/app/(main)/ibc/channels/page.tsx +++ b/apps/web/src/app/(main)/ibc/channels/page.tsx @@ -25,13 +25,11 @@ const Page = () => { }); return ( -
-
-

IBC Channels

-
+
+

IBC Channels

= ({ params }) => { }); return ( -
-
-

IBC Client

-
+
+

IBC Client

-
+
diff --git a/apps/web/src/app/(main)/ibc/clients/page.tsx b/apps/web/src/app/(main)/ibc/clients/page.tsx index 0c48328..f3a949a 100644 --- a/apps/web/src/app/(main)/ibc/clients/page.tsx +++ b/apps/web/src/app/(main)/ibc/clients/page.tsx @@ -25,13 +25,11 @@ const Page = () => { }); return ( -
-
-

IBC Clients

-
+
+

IBC Clients

= ({ params }) => { }); return ( -
-
-

IBC Connection

-
+
+

IBC Connection

-
+
diff --git a/apps/web/src/app/(main)/ibc/connections/page.tsx b/apps/web/src/app/(main)/ibc/connections/page.tsx index e4c2903..9dc6981 100644 --- a/apps/web/src/app/(main)/ibc/connections/page.tsx +++ b/apps/web/src/app/(main)/ibc/connections/page.tsx @@ -25,13 +25,11 @@ const Page = () => { }); return ( -
-
-

IBC Connections

-
+
+

IBC Connections

+
{children}
); diff --git a/apps/web/src/app/(main)/search/[query]/page.tsx b/apps/web/src/app/(main)/search/[query]/page.tsx index 2bd0a95..b021865 100644 --- a/apps/web/src/app/(main)/search/[query]/page.tsx +++ b/apps/web/src/app/(main)/search/[query]/page.tsx @@ -28,7 +28,7 @@ const Page : FC = ({ params }) => { }); return ( -
+

Search results

diff --git a/apps/web/src/app/(main)/transaction/[hash]/page.tsx b/apps/web/src/app/(main)/transaction/[hash]/page.tsx index d6d6725..bc6e5a5 100644 --- a/apps/web/src/app/(main)/transaction/[hash]/page.tsx +++ b/apps/web/src/app/(main)/transaction/[hash]/page.tsx @@ -28,12 +28,10 @@ const Page : FC = ({ params }) => { }); return ( -
-
-

Transaction Summary

-
+
+

Transaction Summary

-
+
diff --git a/apps/web/src/app/(main)/transactions/page.tsx b/apps/web/src/app/(main)/transactions/page.tsx index a817035..5299c70 100644 --- a/apps/web/src/app/(main)/transactions/page.tsx +++ b/apps/web/src/app/(main)/transactions/page.tsx @@ -28,13 +28,11 @@ const Page = () => { }); return ( -
-
-

Recent Transactions

-
+
+

Recent Transactions