Skip to content

Commit bda56ff

Browse files
authored
Merge pull request #232 from uptane/feat/remove-community-meeting
Revert "Change public meeting invite to Community Days weekly meeting"
2 parents 67671fa + 5c1faaf commit bda56ff

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)