Skip to content

Commit 04af70a

Browse files
committed
Clarify function in comment
1 parent 5ac3cb8 commit 04af70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This file is part of Network Pro.
3232
let PostHog = null;
3333
3434
if (browser) {
35-
// Preload core images
35+
// Preload all core images (logos + apple touch)
3636
[logoPng, logoWbp, appleTouchIcon].forEach((src) => {
3737
const img = new Image();
3838
img.src = src;

0 commit comments

Comments
 (0)