From 304195c7da062d3b71787204ab1217514e0052b4 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Tue, 30 Dec 2025 20:29:40 +0800 Subject: [PATCH] fix: typo --- deps/publish/src/logseq/publish/render.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/publish/src/logseq/publish/render.cljs b/deps/publish/src/logseq/publish/render.cljs index 15ce8b36b8..ab26f4bd0e 100644 --- a/deps/publish/src/logseq/publish/render.cljs +++ b/deps/publish/src/logseq/publish/render.cljs @@ -10,7 +10,7 @@ [logseq.publish.model :as publish-model])) ;; Timestamp in milliseconds used for cache busting static assets. -(defonce version 1767097626211) +(defonce version 1767097749942) (def ref-regex (js/RegExp. "\\[\\[([0-9a-fA-F-]{36})\\]\\]|\\(\\(([0-9a-fA-F-]{36})\\)\\)" "g")) @@ -1382,8 +1382,8 @@ "Publish your Logseq notes to the web. Each note links through " [:code "#tag"] " or " - [:code "[[page]] reference"] - ", connect your dots with others."]] + [:code "[[page]] references"] + ", connecting your dots with others."]] [:script "(function(){\n" " const svg = document.getElementById('publish-home-bg');\n"