Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
feat(Nav): reconstruct explorer drop down with new links
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Feb 4, 2016
1 parent e2e2098 commit 6435b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/public-header.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.navbar.navbar-default.navbar-inverse.bc-header(role='navigation')
.container-fluid
.navbar-header.flex-between
a(ui-sref="welcome")
a.navbar-brand(ui-sref="welcome")
img#logo(src="img/logo-updated.png",alt="Blockchain")
button.navbar-toggle(type="button", ng-init="navCollapsed = true", ng-click="navCollapsed = !navCollapsed")
span.sr-only Toggle navigation
Expand Down
2 changes: 1 addition & 1 deletion locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"WHATS_BITCOIN": "What's Bitcoin?",
"BLOCKCHAIN_INFO": "Blockchain.info",
"API": "API",
"STATS": "Stats",
"CHARTS": "Charts",
"MARKETS": "Markets",
"EXPLORE": "Explore",
Expand Down Expand Up @@ -361,7 +362,6 @@
"WELCOME_BACK" : "Welcome back",
"LOGIN_BELOW" : "Sign in to your wallet below",
"HOME" : "Home",
"STATS" : "Stats",
"ABOUT" : "About",
"WALLET" : "Wallet",
"EXPLORER" : "Explorer",
Expand Down

0 comments on commit 6435b74

Please sign in to comment.