File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/frontend/components Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 (->>
6464 [(when current-page
6565 {:filter {:group :current-page } :text " Search only current page" :info " Add filter to search" :icon-theme :gray :icon " file" })
66- {:filter {:group :nodes } :text " Search only nodes" :info " Add filter to search" :icon-theme :gray :icon " letter-n " }
66+ {:filter {:group :nodes } :text " Search only nodes" :info " Add filter to search" :icon-theme :gray :icon " point-filled " }
6767 {:filter {:group :commands } :text " Search only commands" :info " Add filter to search" :icon-theme :gray :icon " command" }
6868 {:filter {:group :files } :text " Search only files" :info " Add filter to search" :icon-theme :gray :icon " file" }
6969 {:filter {:group :themes } :text " Search only themes" :info " Add filter to search" :icon-theme :gray :icon " palette" }]
Original file line number Diff line number Diff line change 6565 (some? first-tag-icon)
6666 first-tag-icon
6767 :else
68- " letter-n " ))))
68+ " point-filled " ))))
6969
7070(defn get-node-icon-cp
7171 [node-entity opts]
7878 (or (when-let [icon' (get-in node-entity [:block/properties :icon ])]
7979 [:span icon'])
8080 node-icon*))]
81- (when-not (or (string/blank? node-icon) (and (contains? #{" letter-n " " letter-p" " hash" " file" } node-icon) (:not-text-or-page? opts)))
81+ (when-not (or (string/blank? node-icon) (and (contains? #{" point-filled " " letter-p" " hash" " file" } node-icon) (:not-text-or-page? opts)))
8282 [:div.icon-cp-container.flex.items-center
8383 (merge {:style {:color (or (:color node-icon) " inherit" )}}
8484 (select-keys opts [:class ]))
Original file line number Diff line number Diff line change 210210 :url " link"
211211 :property " letter-p"
212212 :page " page"
213- :node " letter-n "
213+ :node " point-filled "
214214 " letter-t" ))]
215215 (ui/icon icon {:class " opacity-50"
216216 :size 15 })))
You can’t perform that action at this time.
0 commit comments