Skip to content

Commit 244a1f3

Browse files
committed
Merge branch 'main' into events-new-lines
2 parents 4815ea4 + 845076b commit 244a1f3

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
@@ -28,7 +28,7 @@ const getEventClassByEvent = (event) => {
2828
});
2929
};
3030

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

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

0 commit comments

Comments
 (0)