File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui/component/sideNavigation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ function SideNavigation(props: Props) {
595595 < Button label = { __ ( 'Community Guidelines' ) } href = "https://help.odysee.tv/communityguidelines/" target = "_blank" />
596596 </ li >
597597 < li className = "navigation-link" >
598- < Button label = { __ ( 'Careers ' ) } navigate = { `/$/${ PAGES . CAREERS } ` } />
598+ < Button label = { __ ( 'Contribute ' ) } navigate = { `/$/${ PAGES . CONTRIBUTE } ` } />
599599 </ li >
600600 < li className = "navigation-link" >
601601 < Button label = { __ ( 'Terms' ) } href = "https://odysee.com/$/tos" />
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default function Footer() {
5353 < Button label = { __ ( 'Support --[used in footer; general help/support]--' ) } href = "https://help.odysee.tv/" />
5454 </ li >
5555 < li className = "footer__link" >
56- < Button label = { __ ( 'Careers ' ) } navigate = { `/$/${ PAGES . CAREERS } ` } />
56+ < Button label = { __ ( 'Contribute ' ) } navigate = { `/$/${ PAGES . CONTRIBUTE } ` } />
5757 </ li >
5858 < li className = "footer__link" >
5959 < Button label = { __ ( 'Terms' ) } href = "https://odysee.com/$/tos" />
You can’t perform that action at this time.
0 commit comments