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