Release 202506112249

This commit is contained in:
pluja
2025-06-11 22:49:54 +00:00
parent 03abdef4f1
commit d710f4e686
4 changed files with 6 additions and 1 deletions

View File

@@ -107,8 +107,9 @@ export default defineConfig({
'/service/[...slug]/proof': '/service/[...slug]/#verification', '/service/[...slug]/proof': '/service/[...slug]/#verification',
'/attribute/[...slug]': '/attributes', '/attribute/[...slug]': '/attributes',
'/attr/[...slug]': '/attributes', '/attr/[...slug]': '/attributes',
'/service/[...slug]/review': '/service/[...slug]#comments',
// #endregion // #endregion
'/service/[...slug]/review': '/service/[...slug]#comments',
}, },
env: { env: {
schema: { schema: {

View File

@@ -288,6 +288,7 @@ const ActualTag = disabled && Tag === 'a' ? 'span' : Tag
class={base({ class: cn({ 'opacity-20 hover:opacity-50': disabled }, className) })} class={base({ class: cn({ 'opacity-20 hover:opacity-50': disabled }, className) })}
role={role ?? (Tag === 'button' || Tag === 'label' || (disabled && Tag === 'a') ? undefined : 'button')} role={role ?? (Tag === 'button' || Tag === 'label' || (disabled && Tag === 'a') ? undefined : 'button')}
aria-disabled={disabled} aria-disabled={disabled}
aria-label={label}
{...dataAstroReload && { 'data-astro-reload': dataAstroReload }} {...dataAstroReload && { 'data-astro-reload': dataAstroReload }}
{...htmlProps} {...htmlProps}
> >

View File

@@ -123,6 +123,7 @@ const splashText = showSplashText ? sample(splashTexts) : null
transition:name="header-admin-link" transition:name="header-admin-link"
text="Admin Dashboard" text="Admin Dashboard"
position="left" position="left"
aria-label="Admin Dashboard"
> >
<Icon name="ri:home-gear-line" class="size-10" /> <Icon name="ri:home-gear-line" class="size-10" />
</Tooltip> </Tooltip>

View File

@@ -13,6 +13,8 @@ Please, link back to [KYCnot.me](https://kycnot.me) when possible, and use respo
<PressAssets /> <PressAssets />
Review service link format: `https://kycnot.me/service/[slug]/review`
## Brand design ## Brand design
- Brand color: `#3bdb78` - Brand color: `#3bdb78`