Skip to content

Commit

Permalink
Spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
philippamarkovics committed Aug 28, 2023
1 parent abb8501 commit 94f29f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/doc.clj
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

(defn render-var [{:keys [name]}]
#_(reset! doc/!ns-query ns)
[:div.text-red-500 name])
[:div.text-red-500.mt-1 name])

(defn render-ns [{:keys [name nss vars]}]
[:div
[:div.mt-1
[:div name]
(when vars
(into [:div.ml-3] (map render-var) vars))
Expand Down

0 comments on commit 94f29f5

Please sign in to comment.