Skip to content

Commit f319259

Browse files
chore: update discover links
1 parent 4644454 commit f319259

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/homepage/menu/menu.component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,10 @@ export class MenuComponent implements OnInit {
290290
{
291291
title: 'Discover',
292292
isOpened: false,
293-
children: [{ title: 'Who is using Nest?', path: '/discover/companies' }],
293+
children: [
294+
{ title: 'Who is using Nest?', path: '/discover/companies' },
295+
{ title: 'Jobs board', externalUrl: 'https://jobs.nestjs.com/' },
296+
],
294297
},
295298
// {
296299
// title: 'T-Shirts and Hoodies',

0 commit comments

Comments
 (0)