missions s3
This commit is contained in:
parent
6060bac5bd
commit
0f71d2c33e
@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user