Compare commits

..

2 Commits

Author SHA1 Message Date
semantic-release-bot 4418c47f4f 🔖 chore(release): v1.0.0-beta.12 [skip ci]
# [1.0.0-beta.12](https://github.com/perfect-panel/ppanel-web/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2025-02-18)

### 🐛 Bug Fixes

* More bugs ([2d88a3a](https://github.com/perfect-panel/ppanel-web/commit/2d88a3a))
2025-02-18 14:57:24 +00:00
web@ppanel 2d88a3a81d 🐛 fix: More bugs 2025-02-18 21:53:24 +07:00
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -1,6 +1,13 @@
<a name="readme-top"></a> <a name="readme-top"></a>
# Changelog # Changelog
# [1.0.0-beta.12](https://github.com/perfect-panel/ppanel-web/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2025-02-18)
### 🐛 Bug Fixes
* More bugs ([2d88a3a](https://github.com/perfect-panel/ppanel-web/commit/2d88a3a))
# [1.0.0-beta.11](https://github.com/perfect-panel/ppanel-web/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2025-02-16) # [1.0.0-beta.11](https://github.com/perfect-panel/ppanel-web/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2025-02-16)
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ppanel-web", "name": "ppanel-web",
"version": "1.0.0-beta.11", "version": "1.0.0-beta.12",
"private": true, "private": true,
"homepage": "https://github.com/perfect-panel/ppanel-web", "homepage": "https://github.com/perfect-panel/ppanel-web",
"bugs": { "bugs": {