Skip to content

Commit

Permalink
feat: clean up techSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 committed Apr 16, 2022
1 parent 994a2b0 commit b3d16ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/renderer/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export const defaultConfiguration: Configuration = {
'(the PurePower PW1100G-JM from Pratt and Whitney and the LEAP-1A from CFM International) ' +
'and features large, fuel-saving wingtip devices known as Sharklets.',
techSpecs: [
{
name: 'Model',
value: 'A320-251N',
},
{
name: 'Engines',
value: 'CFM LEAP 1A-26',
Expand Down Expand Up @@ -234,7 +230,7 @@ export const defaultConfiguration: Configuration = {
techSpecs: [
{
name: 'Engines',
value: 'GE GEnx-2B',
value: 'GEnx-2B',
},
],
targetDirectory: 'salty-747',
Expand Down

0 comments on commit b3d16ec

Please sign in to comment.