diff --git a/app/client/src/app/page.tsx b/app/client/src/app/page.tsx index 6c4630eb..f6b094dc 100644 --- a/app/client/src/app/page.tsx +++ b/app/client/src/app/page.tsx @@ -119,7 +119,7 @@ const Home = () => { {isModalOpen && ( -
+

Connect Your Wallet

diff --git a/app/client/src/components/Connector.tsx b/app/client/src/components/Connector.tsx index c15db06d..f7e97d9e 100644 --- a/app/client/src/components/Connector.tsx +++ b/app/client/src/components/Connector.tsx @@ -27,37 +27,38 @@ export default function WalletConnector({
{status === "disconnected" && (
-
-

- A Secure Platform for Land Registration, Inspection, and Validation on Starknet -

-
    -
  • - - - Effortless land registration with unique property IDs. - -
  • -
  • - - - Streamlined land inspection and verification for trusted records. - -
  • -
  • - - - Immutable, blockchain security for ownership and transactions. - -
  • -
- -
+
+

+ A Secure Platform for Land Registration, Inspection, and Validation on Starknet +

+
    +
  • + + + Effortless land registration with unique property IDs. + +
  • +
  • + + + Streamlined land inspection and verification for trusted records. + +
  • +
  • + + + Immutable, blockchain security for ownership and transactions. + +
  • +
+ +
+
)} diff --git a/app/client/src/components/Modal/Modal.tsx b/app/client/src/components/Modal/Modal.tsx index 498b2f70..b54cee16 100644 --- a/app/client/src/components/Modal/Modal.tsx +++ b/app/client/src/components/Modal/Modal.tsx @@ -18,10 +18,10 @@ const Modal: React.FC = ({ isOpen, onClose, children }) => { return (
-
+
{/* Close Button */}