Skip to content

Commit

Permalink
Merge pull request #287 from canonical/update-careers-link
Browse files Browse the repository at this point in the history
Update link to careers/engineering in browser console
  • Loading branch information
juanruitina authored Mar 27, 2024
2 parents 3add967 + b9ef3bb commit 0e562c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/global-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const createNav = ({
// Recruitment call to action
// eslint-disable-next-line no-console
console.log(
'Interested in what makes us tick? Then we are interested in you! See our jobs page for more info: https://canonical.com/careers/all?filter=Engineering'
'Interested in what makes us tick? Then we are interested in you! See our jobs page for more info: https://canonical.com/careers/engineering'
);

const container = document.querySelector('.global-nav'); //eslint-disable-line
Expand Down

0 comments on commit 0e562c1

Please sign in to comment.