Skip to content

Commit 4ca4fc6

Browse files
committed
typo 2
1 parent 69b1af9 commit 4ca4fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/config/nav-menu/all-nav-items.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ export const allNavItems: {[key: string]: NavMenuItem} = {
2020
label: 'Login',
2121
url: `${AUTH0_AUTHENTICATOR_URL}?retUrl=${encodeURIComponent(getMarketingUrl('/home'))}`
2222
},
23-
freelanceor: {
23+
freelancer: {
2424
label: 'I\'m a Freelancer',
2525
marketingPathname: '/freelancer',
2626
url: getMarketingUrl('/freelancer'),
2727
},
2828
community: {
2929
label: 'Community',
3030
},
31-
solutions: {
31+
soblutions: {
3232
label: 'Solutions',
3333
},
3434
resources: {

0 commit comments

Comments
 (0)