Skip to content

Commit c6d3a9b

Browse files
committed
polish
1 parent f196429 commit c6d3a9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/src/pages/community/events.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { meetups } from "../../components/meetups"
1111
import { events } from "../../components/events"
1212
import "leaflet/dist/leaflet.css"
1313
import pinkCircle from "./pink-circle.svg"
14+
import { Button } from '../../app/conf/_components/button'
1415

1516
export function EventCard({ href, date, city, name, meta }) {
1617
return (
@@ -91,6 +92,10 @@ export function Events({ events }) {
9192

9293
<Events events={upcomingEvents} />
9394

95+
<Button href="mailto:[email protected]" className="mx-auto my-6 !block">
96+
Start a meetup in your area!
97+
</Button>
98+
9499
<details>
95100
<summary>Past Events</summary>
96101
<Events events={pastEvents} />

0 commit comments

Comments
 (0)