diff --git a/src/routes/start.ts b/src/routes/start.ts index db5effd..69e3d85 100644 --- a/src/routes/start.ts +++ b/src/routes/start.ts @@ -169,7 +169,7 @@ export class StartPage { }); // Version text - this.createText(`Version ${this.config.version}`, this.app.screen.width * 0.5, this.app.screen.height * 0.02, 11, {wordWrap: true}); + this.createText(`Version ${this.config.version}`, this.app.screen.width * 0.5, this.app.screen.height * 0.03, 11, {wordWrap: true}); await this.waitForKeyPress(testNowContainer); } @@ -351,12 +351,13 @@ private async confirmSleepData(sleepData: { [key: string]: any }): Promise