Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/sponsors-items.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"vat_rate" : 0.2
},
"Sponsor Trop Chaud": {
"Soutien": {
"title": "Sponsor Soutien",
Copy link

Copilot AI Dec 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The key name "Soutien" doesn't match the title "Sponsor Soutien", creating an inconsistency. Looking at other sponsor tiers in this file (Platinium, Gold, Silver), the key name and title typically match. Consider either:

  1. Changing the title to just "Soutien" to match the key, or
  2. Keeping the key as "Sponsor Soutien" to match the title.

This inconsistency could cause confusion when the JSON data is consumed by the application.

Suggested change
"title": "Sponsor Soutien",
"title": "Soutien",

Copilot uses AI. Check for mistakes.
"description" : "- Billets inclus : 1, \n- Tee-shirt spécial, \n- Soutien affiché sur notre site internet, \n- Annonce du sponsor sur les réseaux sociaux, \n- Mise en avant de vos offres de recrutement sur le site et sur place",
"quantity" : 1,
Expand Down