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 {
116116 // Main element
117117 const calendarEvent = document . createElement ( 'div' ) ;
118118 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 ) ) ;
120120 calendarEvent . setAttribute ( "data-event-id" , event . id . toString ( ) ) ;
121121 calendarEvent . setAttribute ( "data-event-timestamp" , beginDate . getTime ( ) . toString ( ) ) ;
122122
Original file line number Diff line number Diff line change 3131 --event-color-default : # 00BABC ;
3232 --event-color-exam : # ED8179 ;
3333 --event-color-association : # 7E93D4 ;
34- --event-color-standup : # 8E9C9C ; /* Bocal Stand-up */
34+ --event-color-standup : # 8E9C9C ; /* Bocal Q&A */
3535 --event-color-workshop : # 39D88F ;
3636 --event-color-rush : # F2911A ;
3737 --event-color : var (--event-color-default ); /* fallback */
Original file line number Diff line number Diff line change 3131 --event-color-default : # 00BABC ;
3232 --event-color-exam : # ED8179 ;
3333 --event-color-association : # 7E93D4 ;
34- --event-color-standup : # 8E9C9C ; /* Bocal Stand-up */
34+ --event-color-standup : # 8E9C9C ; /* Bocal Q&A */
3535 --event-color-workshop : # 39D88F ;
3636 --event-color-rush : # F2911A ;
3737 --event-color : var (--event-color-default ); /* fallback */
You can’t perform that action at this time.
0 commit comments