From 3976bac7c9981a6dc0cce0403f6026f1dc416a65 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 5 Mar 2026 13:33:50 +0100 Subject: [PATCH] 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. --- dev/hiccup/src/dev/hiccup.clj | 2 +- dev/index.html | 2 +- dev/replicant/src/dev/replicant.cljs | 2 +- dev/squint/src/dev/squint.cljs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/hiccup/src/dev/hiccup.clj b/dev/hiccup/src/dev/hiccup.clj index 1ea7f86..528ab8f 100644 --- a/dev/hiccup/src/dev/hiccup.clj +++ b/dev/hiccup/src/dev/hiccup.clj @@ -390,7 +390,7 @@ (defn app-sidebar [active-page own-port] (sidebar/sidebar {} (sidebar/sidebar-header {} - (sidebar/sidebar-brand {:title "UI Framework" :subtitle "Hiccup" :icon "U"})) + (sidebar/sidebar-brand {:title "Clojure UI Framework" :subtitle "Hiccup" :icon "U"})) (sidebar/sidebar-content {} (sidebar/sidebar-group {:label "Pages"} (apply sidebar/sidebar-menu {} diff --git a/dev/index.html b/dev/index.html index 945724d..71a6a1d 100644 --- a/dev/index.html +++ b/dev/index.html @@ -3,7 +3,7 @@ - UI Framework — Test Page + Clojure UI Framework — Test Page