Skip to content

Commit faff59b

Browse files
authored
feat: update careers link (#152)
1 parent f4a2f85 commit faff59b

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://jobs.lever.co/umaproject" },
21+
{ name: "Careers", href: "https://jobs.lever.co/risklabs" },
2222
];
2323

2424
const MAILCHIMP_URL =

0 commit comments

Comments
 (0)