From 45ae5ef1e1985b378420f63cd5abb9eb93ec362e Mon Sep 17 00:00:00 2001 From: Fernando Falci Date: Tue, 23 Apr 2024 19:24:53 +0200 Subject: [PATCH] chore: minor UI adjusts; handle error on register --- src/App.jsx | 4 ++-- src/components/button/ConnectButton.jsx | 2 +- src/components/button/RegisterButton.jsx | 2 +- src/components/search/Search.jsx | 2 +- src/components/search/SearchCTA.jsx | 2 +- src/constants.js | 4 ++-- src/hooks/useRegister.js | 10 ++++++++-- 7 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 6fcdb3c..5b1907b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -18,8 +18,8 @@ function App() { return (
-
-