We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45889c commit 2508e6aCopy full SHA for 2508e6a
src/com/sagar/casa/ui.cljc
@@ -21,4 +21,5 @@
21
(dom/props {:style {:min-height "100vh"}})
22
(with-reagent #?(:cljs Header))
23
(Router.)
24
- (with-reagent #?(:cljs Footer))))))))
+ ;;TODO: Fix footer being above content
25
+ #_(with-reagent #?(:cljs Footer))))))))
0 commit comments