change privy logo, change link to button

This commit is contained in:
ErkiKadhafi 2025-02-01 11:05:52 +07:00
parent 625fd34b09
commit 83eca26b60
2 changed files with 6 additions and 5 deletions

View File

@ -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 = ({
<Check className="h-6 w-6 text-green-800" />
</div>
<h3 className="text-lg py-4 font-bold">Agent succesfully created!</h3>
<p className="text-muted-foreground">
<p className="text-muted-foreground mb-3">
You can try to have a conversation with your agent.
</p>
<Link
href={`/agents/${agentId}`}
target="blank"
className="text-blue-500 hover:underline"
className={buttonVariants({ variant: "outline" })}
>
<MessageCircle className="h-4 w-4 mr-2"/>
Chat with {agentName}
</Link>
</div>
{/* form footer */}
<div>
<div className="flex justify-end gap-4">
<Link href="/" className={buttonVariants({ variant: "outline" })}>
<Link href="/" className={buttonVariants({ variant: "default" })}>
Back to home
</Link>
</div>

View File

@ -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: {