Skip to content

Commit 7938c56

Browse files
committed
Rename Events & Meetups page to Events (as discussed on Slack)
1 parent 26239de commit 7938c56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/app/(main)/community/events/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default async function EventsPage() {
3333
<>
3434
<NavbarFixed />
3535
<TocHero
36-
heading="Events & Meetups"
36+
heading="Events"
3737
text="Connect with the GraphQL community through events and meetups around the world."
3838
decoration={<Stripes />}
3939
>
@@ -62,8 +62,8 @@ export default async function EventsPage() {
6262
frontMatter: {},
6363
},
6464
{
65-
name: "Events & Meetups",
66-
title: "Events & Meetups",
65+
name: "Events",
66+
title: "Events",
6767
route: "/community/events",
6868
type: "page",
6969
children: [],

src/components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
6868
route: "/community/resources/official-channels",
6969
},
7070
{
71-
title: "Events & Meetups",
71+
title: "Events",
7272
route: "/community/events",
7373
},
7474
{

src/pages/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
href: "/community/resources/official-channels",
2323
},
2424
events: {
25-
title: "Events & Meetups",
25+
title: "Events",
2626
type: "page",
2727
href: "/community/events",
2828
},

0 commit comments

Comments
 (0)