Update stage-view.component.html to remove needless comments.

This commit is contained in:
Joe Schneider 2021-05-01 22:47:51 +00:00
parent a1a8153b9c
commit 8914737b3b
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
<span *ngFor="let tag of tags" [class.active]="tag.active">{{ tag.text }}</span>
</div>
<div class="container">
<!-- Begin start of changed / new code -->
<div class="slide currentSlide mat-display-3">
<div *ngIf="currentSlides[activeSlide]?.img; else elseActiveSlideText">
<img src="{{currentSlides[activeSlide]?.img}}" class="active-slide-img" />
@ -25,7 +24,6 @@
</ng-template>
</div>
</div>
<!-- End of changed / new code -->
</div>
</div>
<div class="sidebar">