From 4e26d5c36bdbc291ce5d7c304fd7cc0ec96e43aa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:51:43 +0000 Subject: [PATCH] Update src/app/accounts/page.tsx --- src/app/accounts/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/accounts/page.tsx b/src/app/accounts/page.tsx index a118c52..f60f327 100644 --- a/src/app/accounts/page.tsx +++ b/src/app/accounts/page.tsx @@ -43,7 +43,7 @@ export default function AccountsPage() { title="Access Your Research Account" description="Log in to your ResearchBot account to manage your research projects, view your saved reports, track your research history, and collaborate with your team. Create a new account in seconds to start conducting advanced research with AI-powered insights." tag="Your Account" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/professional-team-working-with-research--1772801452739-96a3b0aa.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/professional-team-working-with-research--1772801452739-96a3b0aa.png?_wi=3" imageAlt="ResearchBot Account Interface" useInvertedBackground={false} buttons={[{ text: "Return to Home", href: "/" }]}