@@ -23,7 +23,7 @@ const isProductionDeployment =
2323 ( ! ! process . env . VERCEL && process . env . VERCEL_ENV === 'production' ) ;
2424
2525const lastVersion = versions [ 0 ] ;
26- const copyright = `Copyright © ${ new Date ( ) . getFullYear ( ) } Meta Platforms, Inc.` ;
26+ const copyright = `Copyright © Meta Platforms, Inc.` ;
2727
2828export type EditUrlButton = {
2929 label : string ;
@@ -545,12 +545,8 @@ const config: Config = {
545545 to : 'community/overview' ,
546546 } ,
547547 {
548- label : 'Directory' ,
549- href : 'https://reactnative.directory/' ,
550- } ,
551- {
552- label : 'Stack Overflow' ,
553- href : 'https://stackoverflow.com/questions/tagged/react-native' ,
548+ label : 'Code of Conduct' ,
549+ href : 'https://github.com/react/react-native/blob/main/CODE_OF_CONDUCT.md' ,
554550 } ,
555551 ] ,
556552 } ,
@@ -579,9 +575,13 @@ const config: Config = {
579575 title : 'Explore More' ,
580576 items : [
581577 {
582- label : 'ReactJS ' ,
578+ label : 'React ' ,
583579 href : 'https://react.dev/' ,
584580 } ,
581+ {
582+ label : 'Packages Directory' ,
583+ href : 'https://reactnative.directory/' ,
584+ } ,
585585 {
586586 label : 'Privacy Policy' ,
587587 href : 'https://opensource.fb.com/legal/privacy/' ,
0 commit comments