From 129d71101c29cde46d5b7e9fe77eb33360e6d8c0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 21 Nov 2023 14:37:09 +0800 Subject: [PATCH] update header css --- src/App.css | 1 - src/App.tsx | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.css b/src/App.css index 1d2dd60..f4f1f61 100644 --- a/src/App.css +++ b/src/App.css @@ -17,7 +17,6 @@ p { #app { width: 100%; - text-align: center; font-size: 14px; } diff --git a/src/App.tsx b/src/App.tsx index 9c7ee9c..d50d2ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -151,7 +151,7 @@ export default function App() { return (
-
Mini App wallet connect demo
+
Mini App wallet connect demo
{address ? (

Connected:

@@ -207,9 +207,11 @@ export default function App() {
) : ( - +
+ +
)}
);