diff --git a/lib/helpers/driver_image.dart b/lib/helpers/driver_image.dart index 2c00a125..b927bdac 100644 --- a/lib/helpers/driver_image.dart +++ b/lib/helpers/driver_image.dart @@ -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 getDriverImageURL(String driverId) async { return driverDecoder[driverId]!;