File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export class CalendarUI {
116
116
// Main element
117
117
const calendarEvent = document . createElement ( 'div' ) ;
118
118
calendarEvent . classList . add ( 'calendar-event' ) ;
119
- calendarEvent . setAttribute ( "data-event-kind" , ( event . name . toLowerCase ( ) . includes ( "bocal stand-up " ) ? "standup" : event . kind ) ) ;
119
+ calendarEvent . setAttribute ( "data-event-kind" , ( event . name . toLowerCase ( ) . includes ( "bocal q&a " ) ? "standup" : event . kind ) ) ;
120
120
calendarEvent . setAttribute ( "data-event-id" , event . id . toString ( ) ) ;
121
121
calendarEvent . setAttribute ( "data-event-timestamp" , beginDate . getTime ( ) . toString ( ) ) ;
122
122
Original file line number Diff line number Diff line change 31
31
--event-color-default : # 00BABC ;
32
32
--event-color-exam : # ED8179 ;
33
33
--event-color-association : # 7E93D4 ;
34
- --event-color-standup : # 8E9C9C ; /* Bocal Stand-up */
34
+ --event-color-standup : # 8E9C9C ; /* Bocal Q&A */
35
35
--event-color-workshop : # 39D88F ;
36
36
--event-color-rush : # F2911A ;
37
37
--event-color : var (--event-color-default ); /* fallback */
Original file line number Diff line number Diff line change 31
31
--event-color-default : # 00BABC ;
32
32
--event-color-exam : # ED8179 ;
33
33
--event-color-association : # 7E93D4 ;
34
- --event-color-standup : # 8E9C9C ; /* Bocal Stand-up */
34
+ --event-color-standup : # 8E9C9C ; /* Bocal Q&A */
35
35
--event-color-workshop : # 39D88F ;
36
36
--event-color-rush : # F2911A ;
37
37
--event-color : var (--event-color-default ); /* fallback */
You can’t perform that action at this time.
0 commit comments