logo and amount
This commit is contained in:
BIN
resources/public/img/logo.png
Normal file
BIN
resources/public/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user