diff options
| -rw-r--r-- | src/routes/IndexPage.svelte | 12 | ||||
| -rw-r--r-- | src/routes/shared.ts | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/src/routes/IndexPage.svelte b/src/routes/IndexPage.svelte index 7e1592c..ce97e55 100644 --- a/src/routes/IndexPage.svelte +++ b/src/routes/IndexPage.svelte @@ -197,11 +197,13 @@ </div> </div> <div class="middle"> - <img - src={logo} - alt="Bootloader Logo" - class="w-32 h-32 flex items-center justify-center" - /> + <a href={resolve('/skip-animation')} aria-label="Skip Animation"> + <img + src={logo} + alt="UEFI Logo" + class="w-32 h-32 flex items-center justify-center" + /> + </a> </div> <div class="bottom flex flex-col items-stretch justify-center text-center gap-0.5 w-full pb-4" 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', + }, + ] ); // |