diff --git a/src/App.jsx b/src/App.jsx index 87428e8..ae7d65f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,7 +4,6 @@ import { useState, useEffect } from "react"; import MainApp from "./Screens/MainApp.jsx"; import sjcl from "sjcl"; export default function App() { - const colors = { primary: "bg-blue-200", secondary: "bg-emerald-400" }; const [keys, setKeys] = useState({ public: "", private: "" }); if (keys.private !== "") { console.log("heykj"); @@ -20,8 +19,8 @@ export default function App() { } console.log(keys); return keys.private.length < 10 ? ( - + ) : ( - + ); } diff --git a/src/Components/Header.jsx b/src/Components/Header.jsx index 35faa7b..19eb56b 100644 --- a/src/Components/Header.jsx +++ b/src/Components/Header.jsx @@ -30,13 +30,12 @@ export default function Header({ keys, setKeys }) { }); } return ( -
-
-

Balance Actual:

-

{balance}

+
+
+

{balance} BLC