From 4b11bf9046af86e03071e9f4820d738a2b4a40a7 Mon Sep 17 00:00:00 2001 From: memdmp Date: Thu, 9 Apr 2026 18:39:36 +0200 Subject: feat: uefi logo to skip --- src/routes/shared.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/routes/shared.ts') diff --git a/src/routes/shared.ts b/src/routes/shared.ts index e95ded3..c042689 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -593,6 +593,12 @@ export const ttyLines: TTYText[] = (() => { raw: true, }, ], + [ + 'by clicking the efi logo or using the link above', + { + colour: '#fff2', + }, + ] ); // -- cgit v1.2.3