Skip to content

Commit

Permalink
Merge pull request #1 from chrisdemars/chrisdemars-img-alt
Browse files Browse the repository at this point in the history
Chrisdemars img alt
  • Loading branch information
chrisdemars authored Dec 16, 2017
2 parents d3410a6 + f2410ee commit 2c6de88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/core/components/toolbar/toolbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="title" fxFlex> WARNING: This is BETA site </span>
<a aria-label="GitHub Repository" class="mat-button" href="https://github.com/ReactiveX" aria-disabled="false">
<span class="mat-button-wrapper">
<img src="../../../assets/img/GitHub-Mark-Light-64px.png"> GitHub
<img src="../../../assets/img/GitHub-Mark-Light-64px.png" alt="ReactiveX GitHub Repository"> GitHub
</span>
</a>
</mat-toolbar>
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<div class="marble-wrapper mat-elevation-z2">
<img class="marble-diagram"
[src]="url"
*ngIf="url" />
*ngIf="url"
alt="Diagram of how {{operatorName}} works" />
</div>
<!-- <rx-marbles *ngIf="useInteractiveMarbles"
[attr.key]="operatorName">
</rx-marbles> -->
</rx-marbles> -->

0 comments on commit 2c6de88

Please sign in to comment.