diff --git a/src/app/page.tsx b/src/app/page.tsx index 550a824..41820d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,13 +23,13 @@ export default function Page() { > -
+
{!address && }
-
+

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 11e72a3..f8f4cc5 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -19,9 +19,9 @@ const docLinks = [ export default function Footer() { return ( -

+
-
    +
      {docLinks.map(({ href, title }) => (