File tree Expand file tree Collapse file tree
summit/ui/source/js/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ class SyncCal extends React.Component {
5858 < label > Please select your calendar type:</ label >
5959 < br />
6060 < div className = "cal_box" >
61- < div className = { "cal_image google " + ( this . state . cal_type == 'google' ? 'selected' : '' ) }
61+ < div title = "Google" className = { "cal_image google " + ( this . state . cal_type == 'google' ? 'selected' : '' ) }
6262 onClick = { e => this . handleCalChange ( e , 'google' ) } >
6363 </ div >
64- < div className = { "cal_image apple " + ( this . state . cal_type == 'apple' ? 'selected' : '' ) }
64+ < div title = "iCloud" className = { "cal_image apple " + ( this . state . cal_type == 'apple' ? 'selected' : '' ) }
6565 onClick = { e => this . handleCalChange ( e , 'apple' ) } >
6666 </ div >
67- < div className = { "cal_image outlook " + ( this . state . cal_type == 'outlook' ? 'selected' : '' ) }
67+ < div title = "Outlook.com" className = { "cal_image outlook " + ( this . state . cal_type == 'outlook' ? 'selected' : '' ) }
6868 onClick = { e => this . handleCalChange ( e , 'outlook' ) } >
6969 </ div >
7070 </ div >
You can’t perform that action at this time.
0 commit comments