Skip to content

Commit 5c1faaf

Browse files
committed
Revert "Change public meeting invite to Community Days weekly meeting"
Since we aren't participating in GSoC this year, we elected to cancel the weekly community meeting. Everyone is still welcome to participate in the bi-weekly Standards committee meeting.
1 parent 67671fa commit 5c1faaf

File tree

2 files changed

+3
-87
lines changed

2 files changed

+3
-87
lines changed

src/components/JoinCommunity/index.jsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import LinkCard from './community_links';
44
import Link from '@docusaurus/Link';
55

66
export default function Community() {
7-
const icsFilePath = 'assets/meeting/community_days_invite.ics';
7+
const icsFilePath = 'assets/meeting/invite.ics';
88
const handleAddToCalendarClick = () => {
99
// Create an anchor element to trigger the download
1010
const a = document.createElement('a');
@@ -31,9 +31,8 @@ export default function Community() {
3131
</div>
3232
<div className={styles.add_to_calendar}>
3333
<div className={styles.calendar_heading}>
34-
<h2>Uptane Community Days</h2>
35-
<h4>Every Friday | 9:00 AM ET</h4>
36-
<p>Bring your questions about Uptane implementation, libaktualizr, or any of Uptane's open source projects, and we'll do our best to answer.</p>
34+
<h2>Uptane Standards Committee Meeting</h2>
35+
<h4>Biweekly Tuesdays | 10:00 AM ET</h4>
3736
</div>
3837
<div className={styles.calendar_link}>
3938
<Link class="button button--secondary button--lg" onClick={handleAddToCalendarClick}>Add to Calendar</Link>

static/assets/meeting/community_days_invite.ics

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)