Skip to content

Commit

Permalink
Replace JHipster logo with 21-Points Health logo in header.
Browse files Browse the repository at this point in the history
Fixes #43.
  • Loading branch information
Matt Raible committed Oct 15, 2018
1 parent 3a5be4c commit de79f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/app/layouts/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</span>
</a>
</li>
<!--<li *ngSwitchCase="true" class="nav-item">
<li *ngSwitchCase="true" class="nav-item">
<a class="nav-link" routerLink="history" routerLinkActive="active">
<fa-icon [icon]="'calendar-alt'"></fa-icon>
<span translate="global.menu.history">Calendar</span>
</a>
</li>-->
</li>
<!-- jhipster-needle-add-element-to-menu - JHipster will add new menu items here -->
<li *ngSwitchCase="true" ngbDropdown class="nav-item dropdown pointer" routerLinkActive="active" [routerLinkActiveOptions]="{exact: true}">
<a class="nav-link dropdown-toggle" ngbDropdownToggle href="javascript:void(0);" id="entity-menu">
Expand Down Expand Up @@ -179,12 +179,12 @@
</li>
</ul>
</li>
<!--<li class="nav-item">
<li class="nav-item">
<a class="nav-link" routerLink="about" routerLinkActive="active">
<fa-icon [icon]="'star'"></fa-icon>
<span translate="global.menu.about">About</span>
</a>
</li>-->
</li>
</ul>
</div>
</nav>
2 changes: 1 addition & 1 deletion src/main/webapp/app/layouts/navbar/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Logo styles
width: 70px;
display: inline-block;
vertical-align: middle;
background: url('../../../content/images/logo-jhipster.png') no-repeat center center;
background: url('../../../content/images/logo-21-points.png') no-repeat center center;
background-size: contain;
}
}
Expand Down

0 comments on commit de79f45

Please sign in to comment.