Skip to content

Commit

Permalink
Update portfolio_display_1.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee committed Oct 24, 2024
1 parent cd5aa1e commit c2930bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/portfolio/portfolio_display_1.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class PortfolioDisplay1 extends StatelessWidget {
height: double.infinity,
child: CachedNetworkImage(
imageUrl: token['imageLink'][0] ?? '',
httpHeaders: {'mode': 'no-cors'}, // Désactiver CORS
fit: BoxFit.cover,
errorWidget: (context, url, error) => const Icon(Icons.error),
),
Expand Down

0 comments on commit c2930bf

Please sign in to comment.