mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Tweak wording to reflect button usage for class page
For a class page this opens configuration for a page, not just add property
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
[:a.fade-link.flex.flex-row.items-center
|
||||
{:on-click #(reset! *configure-show? true)}
|
||||
(ui/icon "plus" {:size 14})
|
||||
[:div.ml-1.text-sm "Add property"]]]])])))
|
||||
[:div.ml-1.text-sm (if (= "class" (:block/type page)) "Configure page" "Add property")]]]])])))
|
||||
|
||||
(defn- page-mouse-over
|
||||
[e *control-show? *all-collapsed?]
|
||||
|
||||
Reference in New Issue
Block a user