@@ -77,59 +77,59 @@ export class AppNavHeader {
7777 { translate ( 'nav.links.home' ) }
7878 </ stencil-route-link >
7979 </ li >
80- < li
81- class = "nav-item dropdown"
82- data-target = "#navbarSupportedContent"
80+ < li
81+ class = "nav-item dropdown"
82+ data-target = "#navbarSupportedContent"
83+ >
84+ < a
85+ class = "nav-link dropdown-toggle"
86+ id = "navbarDropdown"
87+ role = "button"
88+ data-toggle = "dropdown"
89+ aria-haspopup = "true"
90+ aria-expanded = "false"
8391 >
84- < a
85- class = "nav-link dropdown-toggle"
86- id = "navbarDropdown"
87- role = "button"
88- data-toggle = "dropdown "
89- aria-haspopup = "true "
90- aria-expanded = "false "
92+ Services
93+ </ a >
94+ < div class = "dropdown-menu" aria-labelledby = "navbarDropdown" >
95+ < stencil-route-link
96+ url = "/services/app-developer "
97+ anchorClass = "nav-link dropdown-item "
98+ activeClass = "active "
9199 >
92- Services
93- </ a >
94- < div class = "dropdown-menu" aria-labelledby = "navbarDropdown" >
95- < stencil-route-link
96- url = "/services/app-developer"
97- anchorClass = "nav-link dropdown-item"
98- activeClass = "active"
99- >
100- Development
101- </ stencil-route-link >
102- < stencil-route-link
103- url = "/services/app-designer"
104- anchorClass = "nav-link dropdown-item"
105- activeClass = "active"
106- >
107- UX/UI Design
108- </ stencil-route-link >
109- < stencil-route-link
110- url = "/services/startup-consulting"
111- anchorClass = "nav-link dropdown-item"
112- activeClass = "active"
113- >
114- Consulting
115- </ stencil-route-link >
116- </ div >
117- </ li >
100+ Development
101+ </ stencil-route-link >
102+ < stencil-route-link
103+ url = "/services/app-designer"
104+ anchorClass = "nav-link dropdown-item"
105+ activeClass = "active"
106+ >
107+ UX/UI Design
108+ </ stencil-route-link >
109+ < stencil-route-link
110+ url = "/services/startup-consulting"
111+ anchorClass = "nav-link dropdown-item"
112+ activeClass = "active"
113+ >
114+ Consulting
115+ </ stencil-route-link >
116+ </ div >
117+ </ li >
118118 < li
119119 class = "nav-item dropdown"
120120 data-target = "#navbarSupportedContent"
121121 >
122122 < a
123123 class = "nav-link dropdown-toggle"
124- id = "navbarDropdown "
124+ id = "navbarDropdown1 "
125125 role = "button"
126126 data-toggle = "dropdown"
127127 aria-haspopup = "true"
128128 aria-expanded = "false"
129129 >
130130 { translate ( 'nav.links.about' ) }
131131 </ a >
132- < div class = "dropdown-menu" aria-labelledby = "navbarDropdown " >
132+ < div class = "dropdown-menu" aria-labelledby = "navbarDropdown1 " >
133133 < stencil-route-link
134134 url = "/about"
135135 anchorClass = "nav-link dropdown-item"
0 commit comments