diff --git a/src/app/(main)/agents/create/_components/form-stepper.tsx b/src/app/(main)/agents/create/_components/form-stepper.tsx index c54d6ee..90a04b1 100644 --- a/src/app/(main)/agents/create/_components/form-stepper.tsx +++ b/src/app/(main)/agents/create/_components/form-stepper.tsx @@ -79,7 +79,7 @@ export default function FormStepper() { const [agentId, setAgentId] = React.useState(""); const [agentName, setAgenName] = React.useState(""); - const stepper = useStepper(); + const stepper = useStepper("complete"); const currentIndex = utils.getIndex(stepper.current.id); @@ -326,21 +326,22 @@ const CompleteComponent = ({

Agent succesfully created!

-

+

You can try to have a conversation with your agent.

+ Chat with {agentName} {/* form footer */}
- + Back to home
diff --git a/src/providers/privy-provider.tsx b/src/providers/privy-provider.tsx index e614435..79c10fb 100644 --- a/src/providers/privy-provider.tsx +++ b/src/providers/privy-provider.tsx @@ -25,7 +25,7 @@ export default function MyPrivyProvider({ showWalletLoginFirst: false, walletChainType: "solana-only", // walletList: ["phantom"], - logo: "https://supabasekong-mco40gw4sc0gs4ks40w4c4g4.dev3vds1.link/storage/v1/object/public/agent-thumbnails/Beactio%20Banner.png", + logo: "https://supabasekong-swwwcowsg8kso0cg4swosw48.dev3vds1.link/storage/v1/object/public/logo/banner.png", }, loginMethods: ["email", "wallet"], fundingMethodConfig: {