Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/components/JoinCommunity/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import LinkCard from './community_links';
import Link from '@docusaurus/Link';

export default function Community() {
const icsFilePath = 'assets/meeting/community_days_invite.ics';
const icsFilePath = 'assets/meeting/invite.ics';
const handleAddToCalendarClick = () => {
// Create an anchor element to trigger the download
const a = document.createElement('a');
Expand All @@ -31,9 +31,8 @@ export default function Community() {
</div>
<div className={styles.add_to_calendar}>
<div className={styles.calendar_heading}>
<h2>Uptane Community Days</h2>
<h4>Every Friday | 9:00 AM ET</h4>
<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>
<h2>Uptane Standards Committee Meeting</h2>
<h4>Biweekly Tuesdays | 10:00 AM ET</h4>
</div>
<div className={styles.calendar_link}>
<Link class="button button--secondary button--lg" onClick={handleAddToCalendarClick}>Add to Calendar</Link>
Expand Down
83 changes: 0 additions & 83 deletions static/assets/meeting/community_days_invite.ics

This file was deleted.

Loading