Skip to content

Commit

Permalink
docs(UI): Mobile Header Logo (#4068)
Browse files Browse the repository at this point in the history
The header is now showing the correct mobile sized logo rather than an outdated
link to one that no longer exists.
  • Loading branch information
pertrai1 authored and benlesh committed Sep 4, 2018
1 parent c732628 commit e6b77bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a class="nav-link home" href="/" [ngSwitch]="isSideBySide">
<!--<img *ngSwitchCase="true" src="assets/images/logos/angular/logo-nav@2x.png" width="150" height="40" title="Home" alt="Home">-->
<img *ngSwitchCase="true" src="assets/images/logos/logo.png" width="150" height="40" title="Home" alt="Home">
<img *ngSwitchDefault src="http://rxjsdocs.com/assets/img/Rx_Trnsprt_Logo-48-48.png" width="37" height="40" title="Home" alt="Home">
<img *ngSwitchDefault src="assets/images/logos/Rx_Logo_S.png" width="37" height="40" title="Home" alt="Home">
</a>
<aio-top-menu *ngIf="isSideBySide" [nodes]="topMenuNodes"></aio-top-menu>
<div class="toolbar-external-icons-container">
Expand Down
Binary file added docs_app/src/assets/images/logos/Rx_Logo_S.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6b77bf

Please sign in to comment.