Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 8aba465

Browse files
Merge branch 'master' into add-docs-for-last
2 parents 0ec696b + 9f7b9df commit 8aba465

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/app/core/components/toolbar/toolbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="title" fxFlex> WARNING: This is BETA site </span>
99
<a aria-label="GitHub Repository" class="mat-button" href="https://github.com/ReactiveX" aria-disabled="false">
1010
<span class="mat-button-wrapper">
11-
<img src="../../../assets/img/GitHub-Mark-Light-64px.png"> GitHub
11+
<img src="../../../assets/img/GitHub-Mark-Light-64px.png" alt="ReactiveX GitHub Repository"> GitHub
1212
</span>
1313
</a>
1414
</mat-toolbar>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<div class="marble-wrapper mat-elevation-z2">
22
<img class="marble-diagram"
33
[src]="url"
4-
*ngIf="url" />
4+
*ngIf="url"
5+
alt="Diagram of how {{operatorName}} works" />
56
</div>
67
<!-- <rx-marbles *ngIf="useInteractiveMarbles"
78
[attr.key]="operatorName">
8-
</rx-marbles> -->
9+
</rx-marbles> -->

0 commit comments

Comments
 (0)