Skip to content

Commit

Permalink
update logos and favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPsota authored and refi93 committed Nov 19, 2018
1 parent 01e0be8 commit b0cb527
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 17 deletions.
17 changes: 17 additions & 0 deletions about/css/style3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified about/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions about/images/adalite_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions about/images/adalite_logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed about/images/logo.png
Binary file not shown.
4 changes: 2 additions & 2 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
<div class="container">

<nav class="navbar navbar-default">
<img class="navbar-brand" src="images/logo.png" style="height: 70px; margin: -5px">
<img class="navbar-brand brand-light" src="images/adalite_logo_white.svg" style="height: 70px; margin: -5px">
<img class="navbar-brand brand-dark" src="images/adalite_logo.svg" style="height: 70px; margin: -5px">
<div class="navbar-header">

<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar">
<i></i>
</a>
<a class="navbar-brand" href="index.html">AdaLite Wallet</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
Expand Down
3 changes: 1 addition & 2 deletions app/frontend/components/common/navbar/navbarAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const NavbarAuth = connect(
class: 'title',
onClick: () => window.history.pushState({}, 'txHistory', 'txHistory'),
},
h(AdaLiteLogo),
h('span', undefined, 'AdaLite')
h(AdaLiteLogo)
),
isDemoWallet ? h('div', {class: 'public-wallet-badge pulse'}, 'DEMO WALLET') : null,
h('div', {class: 'logo-version-number'}, APP_VERSION),
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/components/common/navbar/navbarUnauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const NavbarUnauth = () =>
h(
'div',
{class: 'navbar-wrap-unauth'},
h('a', {class: 'title', href: '/'}, h(AdaLiteLogo), h('div', undefined, 'AdaLite')),
h('a', {class: 'title', href: '/'}, h(AdaLiteLogo)),
h('div', {class: 'logo-version-number'}, APP_VERSION),
h(
'span',
Expand Down
Loading

0 comments on commit b0cb527

Please sign in to comment.