Skip to content

Commit

Permalink
preload onboarding images
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro committed Oct 17, 2023
1 parent 03873d0 commit 34430aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/desktop/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
})
</script>

<svelte:head>
<link rel="preload" href="assets/illustrations/onboarding/portal.webp" as="image" />
<link rel="preload" href="assets/illustrations/onboarding/landscape.webp" as="image" />
<link rel="preload" href="assets/illustrations/onboarding/balloon.webp" as="image" />
</svelte:head>

<app class="w-full h-full flex flex-col">
{#if IS_WINDOWS}
<TitleBar />
Expand Down

0 comments on commit 34430aa

Please sign in to comment.