From c028e8f8a7f47c116143e5151c5157b5c5d015f6 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 14 Jan 2023 13:56:07 -0800 Subject: [PATCH] Adds a little notification pill --- src/cljs/auto_ap/views/components/layouts.cljs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cljs/auto_ap/views/components/layouts.cljs b/src/cljs/auto_ap/views/components/layouts.cljs index f7e01186..221945a3 100644 --- a/src/cljs/auto_ap/views/components/layouts.cljs +++ b/src/cljs/auto_ap/views/components/layouts.cljs @@ -166,6 +166,10 @@ (when-not is-initial-loading [:div.navbar-end + [:a.navbar-item {:href "/company/1099"} + [:div.tag.is-info.is-light + "1099 data entry is now ready!"]] + (when (> (count @clients) 1) [client-dropdown] )])]