File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import Layout from '@/components/Layout/Layout' ;
2+ import Link from 'next/link' ;
3+
4+ export default function Careers ( ) {
5+ return (
6+ < Layout >
7+ < article className = "legal prose" >
8+ < h1 > Careers</ h1 >
9+ < p >
10+ There are no open positions at this time. Check back later for new
11+ opportunities.
12+ </ p >
13+ < Link href = "/" > Return home →</ Link >
14+ </ article >
15+ </ Layout >
16+ ) ;
17+ }
Original file line number Diff line number Diff line change @@ -151,12 +151,7 @@ const Footer = () => {
151151 </ div >
152152 < div className = "flex flex-col gap-3" >
153153 < h6 className = { styles . footer__category } > Company</ h6 >
154- < a
155- href = { CAREERS_LINK }
156- target = "_blank"
157- rel = "noopener noreferrer"
158- className = { styles . footer__link }
159- >
154+ < a href = { CAREERS_LINK } className = { styles . footer__link } >
160155 Careers
161156 </ a >
162157 < a
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const links: LinkItem[] = [
5656 label : 'Company' ,
5757 links : [
5858 { link : SPARK_LINK , label : 'Blog' , external : true } ,
59- { link : CAREERS_LINK , label : 'Careers' , external : true } ,
59+ { link : CAREERS_LINK , label : 'Careers' , external : false } ,
6060 { link : CONTACT_FORM , label : 'Contact' , external : true } ,
6161 ] ,
6262 } ,
Original file line number Diff line number Diff line change @@ -76,12 +76,7 @@ const NavMenu = ({
7676 >
7777 Blog
7878 </ a >
79- < a
80- href = { CAREERS_LINK }
81- target = "_blank"
82- rel = "noopener noreferrer"
83- className = { styles . nav__link }
84- >
79+ < a href = { CAREERS_LINK } className = { styles . nav__link } >
8580 Careers
8681 </ a >
8782 < a
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const links: LinkItem[] = [
4444 label : 'Company' ,
4545 links : [
4646 { link : SPARK_LINK , label : 'Blog' , external : true } ,
47- { link : CAREERS_LINK , label : 'Careers' , external : true } ,
47+ { link : CAREERS_LINK , label : 'Careers' , external : false } ,
4848 { link : CONTACT_FORM , label : 'Contact' , external : true } ,
4949 ] ,
5050 } ,
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ export const CALENDAR_LINK = 'https://litgateway.com/calendar';
1111export const GITHUB_LINK = 'https://github.com/LIT-Protocol' ;
1212export const AUDIT_LINK =
1313 'https://drive.google.com/drive/folders/1Rrht88iUkzpofwl1CvP9gEjqY60BKyFn' ;
14- export const COMMUNITY_LINK = 'https://developer.litprotocol.com/support/intro ' ;
14+ export const COMMUNITY_LINK = 'https://developer.litprotocol.com/' ;
1515export const VINCENT_LINK = 'https://www.heyvincent.ai/' ;
1616export const DEVELOPER_CONSTANT_LINK = 'https://developer.litprotocol.com' ;
1717export const COMMUNITY_CONSTANT_LINK = 'https://discord.gg/yEJSBaznBX' ;
1818export const COMPANY_CONSTANT_LINK = 'https://litprotocol.com' ;
19- export const GOVERNANCE_LINK = 'https://litprotocol.discourse.group ' ;
19+ export const GOVERNANCE_LINK = 'https://getlit.dev/chat ' ;
2020
2121// Product
2222export const LIT_WALLET_LINK =
@@ -34,7 +34,7 @@ export const LINKEDIN_LINK = 'https://www.linkedin.com/company/lit-protocol';
3434export const GALXE_LINK = 'https://app.galxe.com/quest/LitProtocol' ;
3535
3636// Company
37- export const CAREERS_LINK = 'https://jobs.litprotocol.com ' ;
37+ export const CAREERS_LINK = '/careers ' ;
3838export const BRAND_LINK = 'https://github.com/LIT-Protocol/Brand-Kit' ;
3939
4040// Legal
You can’t perform that action at this time.
0 commit comments