Add blog post hint on how to setup and use logseq sync

This commit is contained in:
Tienson Qin
2022-11-03 15:24:21 +08:00
parent ccb1aa1c1c
commit 8aa5bd1e89

View File

@@ -710,7 +710,13 @@
[:label.flex.font-medium.leading-5.self-start.mt-1 (ui/icon (if logged-in? "lock-open" "lock") {:class "mr-1"}) (t :settings-page/beta-features)]]
[:div.flex.flex-col.gap-4
{:class (when-not user-handler/alpha-or-beta-user? "opacity-50 pointer-events-none cursor-not-allowed")}
(sync-switcher-row enable-sync?)]])
(sync-switcher-row enable-sync?)
[:div.text-sm
"Check"
[:a.mx-1 {:href "https://blog.logseq.com/how-to-setup-and-use-logseq-sync/"
:target "_blank"}
"https://blog.logseq.com/how-to-setup-and-use-logseq-sync"]
"to setup and use Logseq Sync."]]])
(when-not web-platform?
[:<>