Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
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> -->