···2020import VersionDropdown from './components/Downloads/Release/VersionDropdown';
2121import HomeDownloadButton from './components/Home/HomeDownloadButton';
2222import Link from './components/Link';
2323-import UpcomingEvents from './components/MDX/Calendar/UpcomingEvents';
2424-import UpcomingSummits from './components/MDX/Calendar/UpcomingSummits';
2323+import UpcomingMeetings from './components/MDX/Calendar/UpcomingMeetings';
2524import MDXCodeBox from './components/MDX/CodeBox';
2625import MDXCodeTabs from './components/MDX/CodeTabs';
2726import SearchPage from './components/MDX/SearchPage';
···5655 Button: Button,
5756 // Renders a Search Page
5857 SearchPage: SearchPage,
5959- // Renders an container for Upcoming Node.js Summits
6060- UpcomingSummits: UpcomingSummits,
6161- // Renders an container for Upcoming Node.js Events
6262- UpcomingEvents: UpcomingEvents,
5858+ // Renders an container for Upcoming Node.js Meetings
5959+ UpcomingMeetings: UpcomingMeetings,
6360 // Links with External Arrow
6461 LinkWithArrow: LinkWithArrow,
6562 // Group of components that enable you to select versions for Node.js
+5-13
pages/en/about/get-involved/events.mdx
···33layout: about.hbs
44---
5566-## Upcoming Node.js® Summits
77-88-Interested in joining a [Collaborator Summit](/about/get-involved/collab-summit) hosted by the Node.js project?
99-Check out the list below to find upcoming events.
1010-1111-Browse [previous Collaborator Summits & Events](/blog/events/) hosted by Node.js.
1212-1313-<UpcomingSummits />
66+## Upcoming Events
1471515----
88+Node.js events are open and available to the public. Anyone is welcome to join and participate.
1691717-## Upcoming Node.js® Events
1010+### Upcoming Node.js® Meetings
18111912The Node.js project holds numerous meetings throughout the year to discuss and plan aspects of the project.
2020-These meetings are open and available to the public. Anyone is welcome to join and participate.
21132222-The following Events are upcoming in the next 7 days.
1414+The following meetings are upcoming in the next 7 days.
23152424-<UpcomingEvents />
1616+<UpcomingMeetings />