File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/(main)/community/events Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 : [ ] ,
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments