Skip to content

Commit ffb6c71

Browse files
committed
Updates 'Careers' links to 'Contribute'
Replaces the 'Careers' navigation link with a 'Contribute' link in both the side navigation and the footer. Directs users to the contribution page.
1 parent 41ada5a commit ffb6c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/component/sideNavigation/view.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

web/component/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)