Skip to content

Commit 7e44d43

Browse files
committed
style: biome format PasteKey after baseUrl addition
Signed-off-by: hqhq1025 <1506751656@qq.com>
1 parent 852e32c commit 7e44d43

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/desktop/src/renderer/src/onboarding/PasteKey.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ export function PasteKey({ onValidated, onBack }: PasteKeyProps) {
198198
className="w-full h-[40px] px-3 rounded-[var(--radius-md)] bg-[var(--color-surface)] border border-[var(--color-border)] text-[13px] text-[var(--color-text-primary)] placeholder:text-[var(--color-text-muted)] focus:outline-none focus:border-[var(--color-accent)] focus:shadow-[0_0_0_3px_var(--color-focus-ring)] transition-[box-shadow,border-color] duration-150 ease-[cubic-bezier(0.16,1,0.3,1)]"
199199
/>
200200
<span className="text-[12px] text-[var(--color-text-muted)] leading-[1.5]">
201-
Override the default endpoint for your provider. Useful for relay services
202-
(e.g. third-party AI gateways) and self-hosted proxies. Leave empty for the
203-
official endpoint.
201+
Override the default endpoint for your provider. Useful for relay services (e.g.
202+
third-party AI gateways) and self-hosted proxies. Leave empty for the official endpoint.
204203
</span>
205204
</label>
206205
</details>

0 commit comments

Comments
 (0)