Skip to content

Commit 519349b

Browse files
committed
[Dashboard] chore: add spacing for TUrnstile captcha (#5182)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
1 parent 71a21e1 commit 519349b

File tree

1 file changed

+1
-0
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client

1 file changed

+1
-0
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/components/client/FaucetButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export function FaucetButton({
208208
<FormItem>
209209
<FormControl>
210210
<Turnstile
211+
className="mt-4"
211212
siteKey={TURNSTILE_SITE_KEY}
212213
onSuccess={(token) => field.onChange(token)}
213214
/>

0 commit comments

Comments
 (0)