File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const getEventClassByEvent = (event) => {
28
28
} ) ;
29
29
} ;
30
30
31
- const googleCalendarShare = 'https://calendar.google.com/calendar/u/2?cid=YWNtYnJ1aW5zQGdtYWlsLmNvbQ' ;
31
+ // const googleCalendarShare = 'https://calendar.google.com/calendar/u/2?cid=YWNtYnJ1aW5zQGdtYWlsLmNvbQ';
32
32
33
33
function Events ( { events } ) {
34
34
const [ activeEvent , setActiveEvent ] = useState ( null ) ;
@@ -55,7 +55,7 @@ function Events({ events }) {
55
55
< div className = { styles [ 'events-container' ] } >
56
56
< h1 className = "text-center" > Our Events</ h1 >
57
57
< p className = "text-center" >
58
- Take a look at our fancy calendar. Or, < a href = { googleCalendarShare } target = "_blank" rel = "noopener noreferrer" > subscribe to our Google Calendar </ a > !
58
+ Take a look at our fancy calendar. An updated google calendar of events is in the works !
59
59
</ p >
60
60
< div className = { styles [ 'calendar-view-container' ] } >
61
61
< div >
You can’t perform that action at this time.
0 commit comments