mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
add description to settings headers
This commit is contained in:
@@ -80,11 +80,12 @@
|
||||
[:div.pl-1 (edit-settings-file pid nil)]]])
|
||||
|
||||
(rum/defc render-item-heading
|
||||
[{:keys [key title]}]
|
||||
[{:keys [key title description]}]
|
||||
|
||||
[:div.heading-item
|
||||
{:data-key key}
|
||||
[:h2 title]])
|
||||
[:h2 title]
|
||||
[:small.pl-1.flex-1 description]])
|
||||
|
||||
(rum/defc settings-container
|
||||
[schema ^js pl]
|
||||
|
||||
Reference in New Issue
Block a user