diff --git a/src/cljs/commiteth/core.cljs b/src/cljs/commiteth/core.cljs index 1dcbee6..c6fe77a 100644 --- a/src/cljs/commiteth/core.cljs +++ b/src/cljs/commiteth/core.cljs @@ -141,8 +141,9 @@ [:h3 "Top hunters"] [top-hunters]]]] [:div.ui.divider] - (when-not (= "unknown" version) - [:div.version-footer "Commit ETH version " [:a {:href (str "https://github.com/status-im/commiteth/commit/" version)} version]])]]])) + [:div.commiteth-footer "Built by " [:a {:href "https://status.im"} "Status"] + (when-not (= "unknown" version) + [:div.version-footer "version " [:a {:href (str "https://github.com/status-im/commiteth/commit/" version)} version]])]]]])) (secretary/set-config! :prefix "#") diff --git a/src/less/style.less b/src/less/style.less index d916f76..fa2a58f 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -326,8 +326,19 @@ span.dropdown.icon { } } -.version-footer { +.commiteth-footer { color: #a8aab1; + line-height: 1.8em; + a { + &:hover { + color: #a8aab1!important; + } + color: #a8aab1!important; + } +} + + +.version-footer { font-size: .8em; a { &:hover {