This repository was archived by the owner on Jan 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
< section *ngIf ="speakers && speakers.length > 0 " id ="speakers " class ="section align-center ">
4
4
5
5
< div class ="container ">
6
- < span class ="icon section-icon icon-faces-users-03 "> </ span > <!-- TODO: Remove "Previous" when speakers are updated -->
7
- < h3 (click) ="isCollapsed = !isCollapsed " *ngIf ="!previousSpeakers && speakers.length > 0 "> Previous Speakers< mat-icon
8
- [class.chev-open] ="!isCollapsed " [class.chev-close] ="isCollapsed " class ="cursor-pointer ">
6
+ < span class ="icon section-icon icon-faces-users-03 "> </ span >
7
+ < h3 (click) ="isCollapsed = !isCollapsed " *ngIf ="speakers.length > 0 ">
8
+ {{ previousSpeakers ? 'Previous Speakers' : 'Speakers'}}
9
+ < mat-icon
10
+ [class.chev-open] ="!isCollapsed " [class.chev-close] ="isCollapsed ">
9
11
expand_more
10
12
</ mat-icon >
11
13
</ h3 >
12
14
< p *ngIf ="!previousSpeakers && speakers.length > 0 " style ="text-align: center "> Check out our wonderful speakers,
13
15
primed and ready to tell their
14
16
stories and give you their advice. Don't miss their keynotes!</ p >
15
- < h3 (click) ="isCollapsed = !isCollapsed " *ngIf ="previousSpeakers && speakers.length > 0 "> Previous Speakers< mat-icon
16
- [class.chev-open] ="!isCollapsed " [class.chev-close] ="isCollapsed ">
17
- expand_more
18
- </ mat-icon >
19
- </ h3 >
20
17
< br />
21
18
< br />
22
19
You can’t perform that action at this time.
0 commit comments