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:
Florian Schroedl
2026-03-05 13:33:50 +01:00
parent 5d4eceab95
commit 3976bac7c9
4 changed files with 4 additions and 4 deletions

View File

@@ -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 {}

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>UI Framework — Test Page</title>
<title>Clojure UI Framework — Test Page</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {

View File

@@ -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 {}

View File

@@ -371,7 +371,7 @@
(defn app-sidebar [active-page]
(sidebar/sidebar {}
(sidebar/sidebar-header {}
(sidebar/sidebar-brand {:title "UI Framework" :subtitle "Squint" :icon "U"}))
(sidebar/sidebar-brand {:title "Clojure UI Framework" :subtitle "Squint" :icon "U"}))
(sidebar/sidebar-content {}
(sidebar/sidebar-group {:label "Pages"}
(into (sidebar/sidebar-menu {})