From ed81bdb2456885514a4e1374bc455603a5e64d30 Mon Sep 17 00:00:00 2001 From: Alif Haider Date: Fri, 9 May 2025 06:38:55 +0600 Subject: [PATCH] Img alt should have the full name For e2e testing, it uses `name ?? username` --- app/routes/settings+/profile.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/settings+/profile.index.tsx b/app/routes/settings+/profile.index.tsx index e5eaae2b..8d5a6dcc 100644 --- a/app/routes/settings+/profile.index.tsx +++ b/app/routes/settings+/profile.index.tsx @@ -104,7 +104,7 @@ export default function EditUserProfile({ loaderData }: Route.ComponentProps) {