Skip to content

Commit

Permalink
Improve legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rik-rosseel committed Jun 25, 2024
1 parent 7be33f3 commit 96c78bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LaunchSchedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ function buildExtraLargeWidget(widget) {

firstLaunchStack.addSpacer(3);
const launchWindowInfoTitle = firstLaunchStack.addText("Launch Window:");
launchWindowInfoTitle.font = secondaryFont;

const statusDescription = firstLaunchStack.addText(firstLaunch.net_precision.description);
statusDescription.font = secondaryFont;
Expand All @@ -296,7 +295,6 @@ function buildExtraLargeWidget(widget) {

firstLaunchStack.addSpacer(3);
const missionTitle = firstLaunchStack.addText("Mission:");
missionTitle.font = secondaryFont;

const missionDescription = firstLaunchStack.addText(firstLaunch.mission.description);
missionDescription.font = secondaryFont;
Expand Down

0 comments on commit 96c78bc

Please sign in to comment.