Update branding references throughout the application to reflect Peaksys as the developer, including changes to the README, admin user email, candidate team names, and metadata descriptions.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m36s

This commit is contained in:
Julien Froidefond
2026-02-20 13:27:44 +01:00
parent 328200f8b4
commit e30cfedea8
6 changed files with 11 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ export function CandidateForm({
onChange={(e) => onChange("candidateTeam", e.target.value)}
className={inputClass}
disabled={disabled}
placeholder="Cars Front"
placeholder="Peaksys"
/>
</div>
<div className="border-t border-zinc-200 dark:border-zinc-600 pt-4 sm:col-span-2 lg:col-span-3" />