Skip to content

Commit

Permalink
fix(fma): lateral mode change position
Browse files Browse the repository at this point in the history
  • Loading branch information
BravoMike99 committed Dec 1, 2023
1 parent e18f79a commit 7634258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbw-a32nx/src/systems/instruments/src/PFD/FMA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ class C1Cell extends ShowForSecondsComponent<CellProps> {

return (
<g>
<path ref={this.modeChangedPathRef} class="NormalStroke White" visibility="hidden" d="m99.87 1.8143v6.0476h-31.075l1e-6 -6.0476z" />
<path ref={this.modeChangedPathRef} class="NormalStroke White" visibility="hidden" d="m99.87 1.8143v6.0476h-31.025l1e-6 -6.0476z" />
<text class="FontMedium MiddleAlign Green" x="84.856567" y="6.9873109">{this.textSub}</text>
</g>
);
Expand Down

0 comments on commit 7634258

Please sign in to comment.