mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 10:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
8ac80f09a6
commit
0ed2fd1029
1 changed files with 4 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ export function BotFatherWizard({ agentName, fullName, onActivated, onSkip }: Pr
|
|||
const tokenValid = TOKEN_REGEX.test(token.trim());
|
||||
|
||||
function handleOpenBotFather() {
|
||||
window.open("https://t.me/BotFather?start=newbot", "_blank", "noopener,noreferrer");
|
||||
window.open("https://t.me/BotFather", "_blank", "noopener,noreferrer");
|
||||
setStep1Done(true);
|
||||
}
|
||||
|
||||
|
|
@ -111,8 +111,10 @@ export function BotFatherWizard({ agentName, fullName, onActivated, onSkip }: Pr
|
|||
className="mt-3"
|
||||
>
|
||||
Abrir BotFather
|
||||
<ExternalLink className="ml-2 h-4 w-4" />
|
||||
<ArrowRight className="ml-2 h-4 w-4" />
|
||||
</Button>
|
||||
<p className="mt-3 text-xs text-white/60">Depois envie este comando:</p>
|
||||
<CopyChip value="/newbot" onCopied={() => {}} />
|
||||
</Step>
|
||||
|
||||
<Step
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue