Skip to content

Commit 7623cbb

Browse files
committed
content(app): wallpaper engine V5
1 parent be264d0 commit 7623cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/WallpaperEnginePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ const WallpaperEnginePage = () => {
760760
ctx.globalAlpha = 0.6;
761761
ctx.fillStyle = mainColor;
762762
ctx.font = `bold ${Math.floor(12 * (canvas.width/1920))}px monospace`;
763-
ctx.fillText("PLANETARY_NETWORK_SCAN: ACTIVE", 50, canvas.height - 50);
763+
ctx.fillText("PLANETARY_NETWORK_SCAN: ACTIVE", 50, canvas.height - 55);
764764
ctx.fillText(`NODES_DETECTED: ${nodeCount}`, 50, canvas.height - 35);
765765

766766
const corners = [

0 commit comments

Comments
 (0)