Skip to content

Commit

Permalink
[standings] add lawson's image
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Aug 28, 2023
1 parent 0765b83 commit be7b080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/helpers/driver_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ class DriverResultsImage {
"https://www.formula1.com/content/dam/fom-website/drivers/O/OSCPIA01_Oscar_Piastri/oscpia01.png",
"sargeant":
"https://www.formula1.com/content/dam/fom-website/drivers/L/LOGSAR01_Logan_Sargeant/logsar01.png",
"lawson":
"https://www.formula1.com/content/dam/fom-website/drivers/L/LIALAW01_Liam_Lawson/lialaw01.png",
};
Future<String> getDriverImageURL(String driverId) async {
return driverDecoder[driverId]!;
Expand Down

0 comments on commit be7b080

Please sign in to comment.