From 519349b5cf6b06b8e9729f7d3084416025953642 Mon Sep 17 00:00:00 2001 From: kien-ngo Date: Tue, 29 Oct 2024 18:22:53 +0000 Subject: [PATCH] [Dashboard] chore: add spacing for TUrnstile captcha (#5182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR focuses on enhancing the styling of the `Turnstile` component within the `FaucetButton.tsx` file by adding a margin-top class. ### Detailed summary - Added the `className="mt-4"` to the `Turnstile` component in `FaucetButton.tsx` to apply a top margin for improved spacing. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../[chain_id]/(chainPage)/components/client/FaucetButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client/FaucetButton.tsx b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client/FaucetButton.tsx index aa2326fa505..029117e962b 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client/FaucetButton.tsx +++ b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client/FaucetButton.tsx @@ -208,6 +208,7 @@ export function FaucetButton({ field.onChange(token)} />