diff --git a/src/cljs/commiteth/activity.cljs b/src/cljs/commiteth/activity.cljs index 24fca5d..68bbf5f 100644 --- a/src/cljs/commiteth/activity.cljs +++ b/src/cljs/commiteth/activity.cljs @@ -48,7 +48,7 @@ [:div.header.display-name display-name] [:div.description [item-description item]] - [:div.footer-row.f6.lh-title + [:div.footer-row.f6.lh-title.mt2 (when-not (= item-type "new-bounty") [ui-balances/token-balances (bnt/crypto-balances item) :badge]) [:span.gray (human-time updated)]]]]) diff --git a/src/cljs/commiteth/bounties.cljs b/src/cljs/commiteth/bounties.cljs index f4df5a8..6a6a310 100644 --- a/src/cljs/commiteth/bounties.cljs +++ b/src/cljs/commiteth/bounties.cljs @@ -73,7 +73,7 @@ [:div.bounty-item-row [:div.time (human-time updated)] [:span.bounty-repo-label repo-link]] - [:div.footer-row.f6.lh-title + [:div.footer-row.f6.lh-title.mt2 [ui-balances/token-balances (bnt/crypto-balances bounty) :badge] [:span.mr3 [ui-balances/usd-value-label (:value-usd bounty)]]