We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e772b commit f50e9acCopy full SHA for f50e9ac
components/events-list/EventsList.jsx
@@ -21,7 +21,7 @@ const EventsList = ({ events }) => {
21
<h1 className="events-list__title">{getLiteral('schedule:title')}</h1>
22
<p className="events-list__subtitle">{getLiteral('schedule:description')}</p>
23
<ButtonLink
24
- href="https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-event.yaml&title=New+Event"
+ href="https://github.com/github/maintainermonth/issues/new?template=add-to-calendar.yml"
25
isExternal={true}
26
className="events-list__add-button"
27
>
0 commit comments