chore: rename "UI Framework" to "Clojure UI Framework" across dev targets
Update sidebar brand title and page title in all three dev targets (hiccup, replicant, squint) and the index shell.
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
(defn app-sidebar [active-page]
|
||||
(sidebar/sidebar {}
|
||||
(sidebar/sidebar-header {}
|
||||
(sidebar/sidebar-brand {:title "UI Framework" :subtitle "Replicant" :icon "U"}))
|
||||
(sidebar/sidebar-brand {:title "Clojure UI Framework" :subtitle "Replicant" :icon "U"}))
|
||||
(sidebar/sidebar-content {}
|
||||
(sidebar/sidebar-group {:label "Pages"}
|
||||
(apply sidebar/sidebar-menu {}
|
||||
|
||||
Reference in New Issue
Block a user