diff --git a/images/avatars/JF_Carr.png b/images/avatars/JF_Carr.png new file mode 100644 index 00000000..2b2a467b Binary files /dev/null and b/images/avatars/JF_Carr.png differ diff --git a/images/avatars/JcMinarro.png b/images/avatars/JcMinarro.png new file mode 100644 index 00000000..99d8e335 Binary files /dev/null and b/images/avatars/JcMinarro.png differ diff --git a/images/avatars/heriberto.png b/images/avatars/heriberto.png new file mode 100644 index 00000000..4d8ff555 Binary files /dev/null and b/images/avatars/heriberto.png differ diff --git a/images/avatars/rafapuerta.png b/images/avatars/rafapuerta.png new file mode 100644 index 00000000..1236bbe4 Binary files /dev/null and b/images/avatars/rafapuerta.png differ diff --git a/web/app/[locale]/docs/about/contributors/page.tsx b/web/app/[locale]/docs/about/contributors/page.tsx index d5980fc6..36464bcd 100644 --- a/web/app/[locale]/docs/about/contributors/page.tsx +++ b/web/app/[locale]/docs/about/contributors/page.tsx @@ -54,30 +54,26 @@ const contributors: Contributor[] = [ roleKey: "testing", avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/Kamunhas.png", }, - // Added 2026-05-31 after the v1.2.2 release. Defaulted to "testing" - // and GitHub's avatar service so the entries work immediately - // without needing avatar files uploaded under /images/avatars/. - // Swap to a per-contributor /images/avatars/.png once the - // custom artwork is ready. + // Added 2026-05-31 after the v1.2.2 release. { name: "heriberto", roleKey: "testing", - avatar: "https://github.com/heriberto.png", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/heriberto.png", }, { name: "JF_Carr", roleKey: "testing", - avatar: "https://github.com/JF_Carr.png", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/JF_Carr.png", }, { name: "rafapuerta", roleKey: "testing", - avatar: "https://github.com/rafapuerta.png", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/rafapuerta.png", }, { name: "JcMinarro", roleKey: "testing", - avatar: "https://github.com/JcMinarro.png", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/JcMinarro.png", }, ]