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

Commit

Permalink
Merge pull request #75 from djenriquez/fix/login-icon
Browse files Browse the repository at this point in the history
Update reference to Vault image
  • Loading branch information
djenriquez authored Mar 25, 2017
2 parents 638dcb2 + f16171b commit c74cb22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/Login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default class Login extends React.Component {
<div id={styles.root} className="row middle-xs center-xs">
{this.state.openSettings && this.renderSettingsDialog()}
<div className={`col-xs-12 col-sm-6 col-md-4 ${this.state.show ? styles.show : styles.hide}`}>
<div className="col-xs-12" id={styles.title}><img height="40" src="https://www.vaultproject.io/assets/images/favicon-16466d1a.png"></img>AULT</div>
<div className="col-xs-12" id={styles.title}><img height="40" src="https://www.vaultproject.io/assets/images/favicons/safari-pinned-tab-2d806584.svg"></img>AULT - UI</div>
<div className="row">
<div className="col-xs-11">
{this.renderSelectedLoginOption()}
Expand Down
2 changes: 1 addition & 1 deletion app/components/shared/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Header extends React.Component {
onTouchTap={() => {
browserHistory.push('/');
}}
text="VAULT-UI" />
text="VAULT - UI" />
</ToolbarGroup>
<ToolbarGroup>
{renderTokenInfo()}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
<link href="/assets/styles.css" rel="stylesheet">
<link rel="shortcut icon" href="https://www.vaultproject.io/assets/images/favicon-16466d1a.png" type="image/x-icon">
<link rel="shortcut icon" href="https://www.vaultproject.io/assets/images/favicons/safari-pinned-tab-2d806584.svg" type="image/x-icon">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
body {
Expand Down

0 comments on commit c74cb22

Please sign in to comment.