diff options
author | Tim <contact@bytim.eu> | 2025-05-13 23:07:00 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-05-13 23:07:00 +0200 |
commit | 587976b8a16b884ccd7b7dba9ff7209772d395ce (patch) | |
tree | 61ff6d127f060152eaba107d51002b8599389858 /src/chef/pages/home.clj | |
parent | 58906c635ad0ea2028f99997cb673ef40a2ea2bb (diff) | |
download | chef-587976b8a16b884ccd7b7dba9ff7209772d395ce.tar.xz chef-587976b8a16b884ccd7b7dba9ff7209772d395ce.zip |
Add basic structure for category settings
Diffstat (limited to 'src/chef/pages/home.clj')
-rw-r--r-- | src/chef/pages/home.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chef/pages/home.clj b/src/chef/pages/home.clj index 210fbed..2060668 100644 --- a/src/chef/pages/home.clj +++ b/src/chef/pages/home.clj @@ -3,7 +3,7 @@ [ring.util.response :as ruresp] [chef.utils :as cutils])) -(defn render [] +(defn- render [] (cutils/gen-page "chef" [:div {:style {:text-align :center}} [:h1 "chef"] |