From 048f8dfe9131bb4e4dda2362cd64ab971cc214c1 Mon Sep 17 00:00:00 2001 From: Juliet Date: Sun, 08 Mar 2026 16:57:38 +0000 Subject: [PATCH] move logo in og card --- src/worker.js | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/src/worker.js b/src/worker.js --- a/src/worker.js +++ b/src/worker.js @@ -250,8 +250,8 @@ "div", { style: { position: "absolute", - bottom: 24, - right: 24, + bottom: 32, + right: 32, }, }, h( -- tangled.sh