mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
Add blog post hint on how to setup and use logseq sync
This commit is contained in:
@@ -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?
|
||||
[:<>
|
||||
|
||||
Reference in New Issue
Block a user