chore: generate

This commit is contained in:
GitHub Action
2026-01-21 17:15:18 +00:00
committed by opencode
parent c4c489a5bc
commit 95b17bcf5e
5 changed files with 10 additions and 17 deletions

View File

@@ -1696,9 +1696,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<Match when={working()}>
<div class="flex items-center gap-2">
<span>{language.t("prompt.action.stop")}</span>
<span class="text-icon-base text-12-medium text-[10px]!">
{language.t("common.key.esc")}
</span>
<span class="text-icon-base text-12-medium text-[10px]!">{language.t("common.key.esc")}</span>
</div>
</Match>
<Match when={true}>