missions s3

This commit is contained in:
alma 2025-05-06 13:23:01 +02:00
parent 6060bac5bd
commit 0f71d2c33e

View File

@ -236,13 +236,12 @@ export default function MissionsPage() {
<img
src={oddInfo.iconPath}
alt={oddInfo.label}
className="w-5 h-5 mr-1"
className="w-8 h-8"
onError={(e) => {
// Fallback if image fails to load
(e.target as HTMLImageElement).style.display = 'none';
}}
/>
<span className="text-xs font-medium text-gray-800">{oddInfo.label}</span>
</div>
)}
<span className={`text-xs font-medium px-2 py-1 rounded-md ${niveauColor}`}>
@ -322,4 +321,4 @@ export default function MissionsPage() {
</div>
</div>
);
}
}