From 8db31602f89b854b6ca6c247b8567601455beee4 Mon Sep 17 00:00:00 2001 From: yoginawaka Date: Sat, 22 Feb 2025 05:53:16 +0000 Subject: [PATCH] Update app/layout.tsx --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index dfb3738..ed9d7c6 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,7 +17,7 @@ export const metadata: Metadata = { title: "Soviro: Self Evolving AI that Helps You Complete Mundane Tasks", description: "The autoagentic AGI. Soviro is a self-evolving AGI made of agents that collaborate, and build new agents as needed, in order to complete tasks for a user.", - images: `https://ai-proj-04.vercel.app/og-banner.png`, + images: `https://imgur.com/a/MYxRYDu`, }, };