chore: keep using class instead of tag for internal usage

This commit is contained in:
Tienson Qin
2024-08-06 07:13:55 +08:00
parent 5d2cd70142
commit f46372b346
30 changed files with 61 additions and 61 deletions

View File

@@ -223,7 +223,7 @@
(let [entity (db/entity [:block/uuid (:block/uuid page)])
source-page (model/get-alias-source-page repo (:db/id entity))
icon (cond
(ldb/tag? entity)
(ldb/class? entity)
"hash"
(ldb/property? entity)
"letter-p"