reminders about scaling.

This commit is contained in:
Bryce Covert
2018-07-26 10:28:48 -07:00
parent 8bb35d70c0
commit 5582d18c4a
3 changed files with 5 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
(if (= (:id c) (:id void-check))
(assoc void-check :class "live-removed")
c))
checks)) ))))
checks))))))
(re-frame/reg-event-db
::received

View File

@@ -805,6 +805,8 @@
[modal
{:title "Your checks are ready!"
:hide-event [::close-check-results]}
[:div "Click " [:a {:href pdf-url :target "_new"} "here"] " to print them."]])
[:div "Click " [:a {:href pdf-url :target "_new"} "here"] " to print them."]
[:div [:em "Remember to turn off all scaling and margins."]]
])
]))
{:component-will-mount #(re-frame/dispatch-sync [::params-change {}]) }))