Skip to content

Commit f4a2f85

Browse files
authored
change careers link to lever (#150)
Signed-off-by: ryanwolhuter <[email protected]>
1 parent 52d29c7 commit f4a2f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const LINKS_LIST = [
1818
href: LINKS.getStarted,
1919
},
2020
{ name: "Vote", href: LINKS.vote },
21-
{ name: "Careers", href: "https://angel.co/company/uma-project/jobs" },
21+
{ name: "Careers", href: "https://jobs.lever.co/umaproject" },
2222
];
2323

2424
const MAILCHIMP_URL =

0 commit comments

Comments
 (0)