Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Sep 11, 2024
2 parents 2c0df31 + 8f3cf7c commit c7ff41b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/lib/data/aircraft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,31 @@ export const AIRCRAFT = [
icao: 'B463',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-900',
icao: 'CRJ9',
wtc: 'M',
},
{
name: 'Bombardier DHC-8-100 Dash 8',
icao: 'DH8A',
wtc: 'M',
},
{
name: 'Bombardier DHC-8-200 Dash 8',
icao: 'DH8B',
wtc: 'M',
},
{
name: 'Bombardier DHC-8-300 Dash 8',
icao: 'DH8C',
wtc: 'M',
},
{
name: 'Bombardier DHC-8-400 Dash 8',
icao: 'DH8D',
wtc: 'M',
},
{
name: 'Embraer E170',
icao: 'E170',
Expand Down

0 comments on commit c7ff41b

Please sign in to comment.