feat: add lint:fix command to package.json and update French text for consistency across various components

This commit is contained in:
Julien Froidefond
2025-10-12 16:09:31 +02:00
parent ad5d954182
commit 6db4921d0f
27 changed files with 49 additions and 44 deletions

View File

@@ -74,7 +74,7 @@ export function TeamOverviewTab({
<div className="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-6">
<h3 className="text-lg font-semibold text-white mb-6 flex items-center gap-2">
<Star className="h-5 w-5 text-yellow-400" />
Top Compétences de lquipe
Top Compétences de l&apos;équipe
</h3>
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
{team.topSkills.slice(0, 6).map((skill, idx) => (
@@ -505,7 +505,7 @@ export function TeamOverviewTab({
</div>
<div className="flex items-center justify-between p-3 bg-white/5 rounded-lg">
<span className="text-slate-300">Objectifs d'apprentissage</span>
<span className="text-slate-300">Objectifs d&apos;apprentissage</span>
<span className="text-white font-bold">
{teamInsights.totalLearners}
</span>