Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into next
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/utils/icons.ts
  • Loading branch information
daniluk4000 committed Jan 20, 2025
2 parents 1c8b5e8 + 544e38c commit 289fbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes
8 changes: 4 additions & 4 deletions src/utils/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type AircraftIcon =
| 'e50p'
| 'c525'
| 'pc24'
| 's12'
| 's12s'
| 'pite'
| 'g109'
| 'yk40'
Expand Down Expand Up @@ -287,8 +287,8 @@ export const aircraftIcons: AircraftIcons = {
icon: 'pc24',
width: getAircraftSizeByCoef(0.30),
},
s12: {
icon: 's12',
s12s: {
icon: 's12s',
width: getAircraftSizeByCoef(0.8),
},
pite: {
Expand Down Expand Up @@ -1396,7 +1396,7 @@ export function getAircraftIcon(aircraft: VatsimShortenedAircraft | VatsimPilot)
case 'YK40':
case 'G109':
case 'PITE':
case 'S12':
case 'S12S':
case 'PC24':
case 'C525':
case 'B407':
Expand Down

0 comments on commit 289fbad

Please sign in to comment.