Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 83b7033

Browse files
authored
Merge pull request #403 from sinfo/add-schedule
Add schedule
2 parents dd9c4eb + 73ddb71 commit 83b7033

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/app/landing-page/schedule/schedule.component.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,16 @@ <h3>Schedule - TBA</h3>
99
<br />
1010

1111
<br />
12-
<!-- TODO: Uncoment when information is updated-->
13-
<!-- <a class="btn btn-sm btn-outline-clr ics" href="https://deck.sinfo.org/calendar.ics" target="_blank" style="margin-bottom: 50px">
12+
<a class="btn btn-sm btn-outline-clr ics" href="https://deck.sinfo.org/calendar.ics" target="_blank" style="margin-bottom: 50px">
1413
Download calendar
1514
<span class="fa fa-download icon"></span>
1615
</a>
1716

1817
<app-loading [content]="schedule">
19-
</app-loading> -->
18+
</app-loading>
2019

2120
<!-- Schedule start -->
22-
<!-- <div *ngIf="schedule" class="schedule"> | TODO: Change to this when information is updated-->
23-
<div *ngIf="false" class="schedule">
21+
<div *ngIf="schedule" class="schedule">
2422

2523
<mat-tab-group dynamicHeight style="padding-left: 5%; padding-right: 5%;">
2624
<mat-tab *ngFor="let day of schedule; let i=index" dynamicHeight>

0 commit comments

Comments
 (0)