mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-17 22:01:10 -05:00
🐛 fix: More bugs
This commit is contained in:
parent
1f29506179
commit
2d88a3a81d
@ -51,7 +51,7 @@ export function Verify() {
|
|||||||
<TableCell className='text-right'>
|
<TableCell className='text-right'>
|
||||||
<EnhancedInput
|
<EnhancedInput
|
||||||
placeholder={t('inputPlaceholder')}
|
placeholder={t('inputPlaceholder')}
|
||||||
defaultValue={data?.turnstile_site_key}
|
value={data?.turnstile_site_key}
|
||||||
onValueBlur={(value) => updateConfig('turnstile_site_key', value)}
|
onValueBlur={(value) => updateConfig('turnstile_site_key', value)}
|
||||||
/>
|
/>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
@ -64,7 +64,7 @@ export function Verify() {
|
|||||||
<TableCell className='text-right'>
|
<TableCell className='text-right'>
|
||||||
<EnhancedInput
|
<EnhancedInput
|
||||||
placeholder={t('inputPlaceholder')}
|
placeholder={t('inputPlaceholder')}
|
||||||
defaultValue={data?.turnstile_secret}
|
value={data?.turnstile_secret}
|
||||||
onValueBlur={(value) => updateConfig('turnstile_secret', value)}
|
onValueBlur={(value) => updateConfig('turnstile_secret', value)}
|
||||||
/>
|
/>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|||||||
@ -42,7 +42,7 @@ export function Hero() {
|
|||||||
<HoverBorderGradient
|
<HoverBorderGradient
|
||||||
containerClassName='rounded-full'
|
containerClassName='rounded-full'
|
||||||
as='button'
|
as='button'
|
||||||
className='bg-background text-foreground flex items-center space-x-2'
|
className='m-0.5 flex items-center space-x-2 text-white'
|
||||||
>
|
>
|
||||||
{t('started')}
|
{t('started')}
|
||||||
</HoverBorderGradient>
|
</HoverBorderGradient>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user