From f60072fddd7ce69468c197bf5779d8e1ccb115b4 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 12:22:59 +0200 Subject: [PATCH] Fix --- lib/client/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/profile.tsx b/lib/client/profile.tsx index 873678d7..23982b06 100644 --- a/lib/client/profile.tsx +++ b/lib/client/profile.tsx @@ -226,7 +226,7 @@ export function getProfile(userData: ProfileData, image, header = null) { { userData?.profile?.images && (
-

Contact

+

Images

< p className={pStyle}> {userData.profile.images}

TODO