diff --git a/public/img/logo.svg b/public/img/logo.svg new file mode 100644 index 0000000..856b0a1 --- /dev/null +++ b/public/img/logo.svg @@ -0,0 +1,29 @@ + + + Group copy + bitcore copy@2x + Created with Sketch (http://www.bohemiancoding.com/sketch) + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/src/css/common.css b/public/src/css/common.css index 5018f13..6c5fbc5 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -645,7 +645,7 @@ margin-left: 0; height: 45px; } #powered a.bitcore { - background-image: url('http://bitcore.io/images/logo.svg'); + background-image: url('/img/logo.svg'); background-size: 80px; width: 30%; }