Skip to content

Commit 845076b

Browse files
authored
removed gcal link (#591)
* removed gcal link * fixed lint errors
1 parent 73162fe commit 845076b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/events.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const getEventClassByEvent = (event) => {
2727
});
2828
};
2929

30-
const googleCalendarShare = 'https://calendar.google.com/calendar/u/2?cid=YWNtYnJ1aW5zQGdtYWlsLmNvbQ';
30+
// const googleCalendarShare = 'https://calendar.google.com/calendar/u/2?cid=YWNtYnJ1aW5zQGdtYWlsLmNvbQ';
3131

3232
function Events({ events }) {
3333
const [activeEvent, setActiveEvent] = useState(null);
@@ -54,7 +54,7 @@ function Events({ events }) {
5454
<div className={styles['events-container']}>
5555
<h1 className="text-center">Our Events</h1>
5656
<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!
5858
</p>
5959
<div className={styles['calendar-view-container']}>
6060
<div>

0 commit comments

Comments
 (0)