Skip to content

Commit b364668

Browse files
committed
Update
1 parent 68ce724 commit b364668

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)