Add /jobs endpoint to website, link to it and have it re-direct to Angellist
This commit is contained in:
@@ -114,8 +114,8 @@ export class Footer extends React.Component<FooterProps, FooterState> {
|
||||
},
|
||||
{
|
||||
title: this.props.translate.get(Key.Careers, Deco.Cap),
|
||||
isExternal: true,
|
||||
path: constants.URL_ANGELLIST,
|
||||
isExternal: false,
|
||||
path: WebsitePaths.Jobs,
|
||||
},
|
||||
{
|
||||
title: this.props.translate.get(Key.Contact, Deco.Cap),
|
||||
|
||||
Reference in New Issue
Block a user