feat: add lint:fix command to package.json and update French text for consistency across various components
This commit is contained in:
@@ -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 l'équipe
|
||||
Top Compétences de l'é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'apprentissage</span>
|
||||
<span className="text-white font-bold">
|
||||
{teamInsights.totalLearners}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user