From 3b055388beca71bcc2e19be53d3176396e66e02f Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 18 Oct 2023 17:49:38 -0300 Subject: [PATCH] Added Sign Up Button --- .../src/modals/StoreApiKeyModal/index.tsx | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/frontend/src/modals/StoreApiKeyModal/index.tsx b/src/frontend/src/modals/StoreApiKeyModal/index.tsx index 11d532ee2..fc98a011f 100644 --- a/src/frontend/src/modals/StoreApiKeyModal/index.tsx +++ b/src/frontend/src/modals/StoreApiKeyModal/index.tsx @@ -44,7 +44,11 @@ export default function StoreApiKeyModal({ return ( {children} - + API Key
- - { - handleInput({ target: { name: "apikey", value } }); - }} - placeholder="Insert your API Key" - /> - +
+ + + + + { + handleInput({ target: { name: "apikey", value } }); + }} + placeholder="Insert your API Key" + /> + +