Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
hugihlynsson committed Jan 26, 2025
1 parent d1b6042 commit a616e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/newCars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ const newCars: Array<NewCar> = [
capacity: 91.3,
range: 502,
evDatabaseURL:
'https://ev-database.org/car/2002/BYD-SEAL-825-kWh-AWD-Excellence',
'https://ev-database.org/car/3072/BYD-SEALION-7-913-kWh-AWD-Excellence',
drive: 'AWD',
power: 390,
timeToCharge10T080: 24,
Expand All @@ -509,7 +509,7 @@ const newCars: Array<NewCar> = [
acceleration: 4.9,
capacity: 108,
range: 530,
evDatabaseURL: 'https://ev-database.org/car/3072/BYD-SEALION-7-913-kWh-AWD-Excellence',
evDatabaseURL: 'https://ev-database.org/car/2095/BYD-TANG-Flagship',
drive: 'AWD',
power: 380,
timeToCharge10T080: 48,
Expand Down

0 comments on commit a616e11

Please sign in to comment.