From d022c4fe8133cc07298098d8e76a439372c3b8e9 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 31 May 2026 18:40:36 +0200 Subject: [PATCH] Fix typo: contributor is JF_Car (one r), not JF_Carr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last commit renamed images/avatars/JF_Car.png to JF_Carr.png on the assumption the file name was the typo. It wasn't — the user's name is actually JF_Car. Rename the file back and update the display name + avatar URL in the contributors page accordingly. Co-Authored-By: Claude Opus 4.7 --- images/avatars/{JF_Carr.png => JF_Car.png} | Bin web/app/[locale]/docs/about/contributors/page.tsx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename images/avatars/{JF_Carr.png => JF_Car.png} (100%) diff --git a/images/avatars/JF_Carr.png b/images/avatars/JF_Car.png similarity index 100% rename from images/avatars/JF_Carr.png rename to images/avatars/JF_Car.png diff --git a/web/app/[locale]/docs/about/contributors/page.tsx b/web/app/[locale]/docs/about/contributors/page.tsx index 36464bcd..1065a285 100644 --- a/web/app/[locale]/docs/about/contributors/page.tsx +++ b/web/app/[locale]/docs/about/contributors/page.tsx @@ -61,9 +61,9 @@ const contributors: Contributor[] = [ avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/heriberto.png", }, { - name: "JF_Carr", + name: "JF_Car", roleKey: "testing", - avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/JF_Carr.png", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/JF_Car.png", }, { name: "rafapuerta",