missions s3
This commit is contained in:
parent
6060bac5bd
commit
0f71d2c33e
@ -236,13 +236,12 @@ export default function MissionsPage() {
|
|||||||
<img
|
<img
|
||||||
src={oddInfo.iconPath}
|
src={oddInfo.iconPath}
|
||||||
alt={oddInfo.label}
|
alt={oddInfo.label}
|
||||||
className="w-5 h-5 mr-1"
|
className="w-8 h-8"
|
||||||
onError={(e) => {
|
onError={(e) => {
|
||||||
// Fallback if image fails to load
|
// Fallback if image fails to load
|
||||||
(e.target as HTMLImageElement).style.display = 'none';
|
(e.target as HTMLImageElement).style.display = 'none';
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<span className="text-xs font-medium text-gray-800">{oddInfo.label}</span>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<span className={`text-xs font-medium px-2 py-1 rounded-md ${niveauColor}`}>
|
<span className={`text-xs font-medium px-2 py-1 rounded-md ${niveauColor}`}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user