This commit is contained in:
Bryce Covert
2019-04-05 08:11:51 -07:00
6 changed files with 40 additions and 52 deletions

View File

@@ -87,7 +87,7 @@
[:a {:class "navbar-item"
:on-click (fn []
(re-frame/dispatch [::events/swap-client nil]))
} "All"]
} "Allo" ]
[:hr {:class "navbar-divider"}]
(for [{:keys [name id] :as client} @clients]
^{:key id }
@@ -97,6 +97,7 @@
} name])]])]]
[login-dropdown]]]))
(defn footer []
[:footer {:style {:padding "1em"}}
[:div {:class "content has-text-centered"}