Skip to content
Snippets Groups Projects
Commit ccc34003 authored by Simon Belak's avatar Simon Belak
Browse files

Don't capitalize items in the sidebar

parent c3af1c92
No related branches found
No related tags found
No related merge requests found
......@@ -572,7 +572,7 @@
first)
dashboard (make-dashboard root rule)]
{:url (:url root)
:title (-> root :full-name str/capitalize)
:title (:full-name root)
:description (:description dashboard)}))
(defn- others
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment