From cdb858628fdc562147cc09aaa0e097d66f531ec4 Mon Sep 17 00:00:00 2001 From: ejmg Date: Fri, 30 Aug 2024 00:57:54 -0500 Subject: [PATCH] FIX: top level padding for all (main)/ components --- apps/web/src/app/(main)/block/[ht]/page.tsx | 8 +++----- apps/web/src/app/(main)/blocks/page.tsx | 8 +++----- apps/web/src/app/(main)/ibc/channel/[id]/page.tsx | 9 +++------ apps/web/src/app/(main)/ibc/channels/page.tsx | 8 +++----- apps/web/src/app/(main)/ibc/client/[id]/page.tsx | 8 +++----- apps/web/src/app/(main)/ibc/clients/page.tsx | 8 +++----- apps/web/src/app/(main)/ibc/connection/[id]/page.tsx | 8 +++----- apps/web/src/app/(main)/ibc/connections/page.tsx | 8 +++----- apps/web/src/app/(main)/layout.tsx | 2 +- apps/web/src/app/(main)/search/[query]/page.tsx | 2 +- apps/web/src/app/(main)/transaction/[hash]/page.tsx | 8 +++----- apps/web/src/app/(main)/transactions/page.tsx | 8 +++----- 12 files changed, 32 insertions(+), 53 deletions(-) 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