mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 12:16:49 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
4c2cbed9a2
commit
d1130dd55b
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ import { Hourglass } from "lucide-react";
|
|||
export function AgentProvisioningState() {
|
||||
return (
|
||||
<div className="rounded-xl border border-border bg-card p-8 sm:p-12 text-center shadow-soft">
|
||||
<div className="mx-auto h-16 w-16 rounded-full bg-amber-500/10 flex items-center justify-center">
|
||||
<Hourglass className="h-8 w-8 text-amber-500 animate-pulse" />
|
||||
<div className="mx-auto h-16 w-16 rounded-full bg-warning/15 flex items-center justify-center">
|
||||
<Hourglass className="h-8 w-8 text-warning animate-pulse" />
|
||||
</div>
|
||||
<h2 className="mt-6 text-2xl font-bold">Aguardando seu agente ficar pronto</h2>
|
||||
<p className="mt-2 text-muted-foreground max-w-md mx-auto">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue