Skip to content

Commit

Permalink
fix: Add further CRJ model aircraft
Browse files Browse the repository at this point in the history
  • Loading branch information
rspencer01 committed Sep 18, 2024
1 parent 8e722e6 commit 15bde77
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/lib/data/aircraft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,31 @@ export const AIRCRAFT = [
icao: 'B463',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-100',
icao: 'CRJ1',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-200',
icao: 'CRJ2',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-700',
icao: 'CRJ7',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-900',
icao: 'CRJ9',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-1000',
icao: 'CRJX',
wtc: 'M',
},
{
name: 'Bombardier DHC-8-100 Dash 8',
icao: 'DH8A',
Expand Down

0 comments on commit 15bde77

Please sign in to comment.