Skip to content

Commit eb16dd1

Browse files
authored
Avoid customer and provider landings to open in a new tab (Ficodes#251)
1 parent a1038c5 commit eb16dd1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/themes/dome.theme.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ const domeHeaderLinks: NavLink[] = [
55

66
{
77
label: 'HEADER._forCustomers',
8-
url: 'landing-page/customers'
9-
8+
url: '/landing-page/customers',
9+
isRouterLink: true
1010
},
1111
{
1212
label: 'HEADER._forProviders',
13-
url: 'landing-page/providers'
13+
url: '/landing-page/providers',
14+
isRouterLink: true
1415
},
1516
{
1617
id: 'dropdown-marketplace',

0 commit comments

Comments
 (0)