logo and amount

This commit is contained in:
Bryce Covert
2018-08-01 16:49:19 -07:00
parent 271185690a
commit fce2ac5b3a
4 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -367,7 +367,7 @@
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="../">
<h1>Integreat</h1>
<img src="/img/logo.png" />
</a>
</div>
</div>

View File

@@ -15,6 +15,7 @@
(-> (checks/get-graphql {:company-id company-id
:bank-account-id bank-account-id
:check-number check-number
:amount (- amount)
:status "pending"})
first
:id)

View File

@@ -59,7 +59,8 @@
[:div {:class "container"}
[:div {:class "navbar-brand"}
[:a {:class "navbar-item", :href "../"}
[:h1 (str "Integreat")]]]
[:img {:src "/img/logo.png"}]
]]
[:div {:class "navbar-burger burger", :data-target "navMenu"}
[:span]
@@ -141,7 +142,7 @@
[:div {:class "container"}
[:div {:class "navbar-brand"}
[:a {:class "navbar-item", :href "../"}
[:h1 (str "Integreat")]]]
[:img {:src "/img/logo.png"}]]]
[:div {:id "navMenu", :class "navbar-menu "
:on-click (fn [] (re-frame/dispatch [::events/toggle-menu :company]))}
[:div.navbar-start