File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/adev/src/app/core/layout/navigation/navigation.component.html b/adev/src/app/core/layout/navigation/navigation.component.html
2+ index 2f6f5d8009..3d679c9dc0 100644
3+ --- a/adev/src/app/core/layout/navigation/navigation.component.html
4+ +++ b/adev/src/app/core/layout/navigation/navigation.component.html
5+ @@ -212,7 +212,7 @@
6+ d="M3.645 13.792h6.708v-1.25H3.645v1.25Zm0-3.542h6.708V9H3.645v1.25Zm-2.063 7.083a1.2 1.2 0 0 1-.875-.375 1.2 1.2 0 0 1-.375-.875V1.917a1.2 1.2 0 0 1 .375-.875 1.2 1.2 0 0 1 .875-.375h7.52l4.563 4.562v10.854a1.2 1.2 0 0 1-.375.875 1.2 1.2 0 0 1-.875.375H1.582ZM8.478 5.792V1.917H1.582v14.166h10.833V5.792H8.478Z"
7+ />
8+ </svg>
9+ - <span class="adev-nav-item__label">Docs</span>
10+ + <span class="adev-nav-item__label">Documentos</span>
11+ </a>
12+ </li>
13+
14+ @@ -233,7 +233,7 @@
15+ d="m5.668 10-5-5 5-5 1.187 1.188L3.022 5.02l3.813 3.812L5.668 10Zm6.667 0-1.188-1.188L14.98 4.98l-3.812-3.812L12.335 0l5 5-5 5Z"
16+ />
17+ </svg>
18+ - <span class="adev-nav-item__label">Tutorials</span>
19+ + <span class="adev-nav-item__label">Tutoriales</span>
20+ </a>
21+ </li>
22+
23+ @@ -269,7 +269,7 @@
24+ d="M3.645 13.792h6.708v-1.25H3.645v1.25Zm0-3.542h6.708V9H3.645v1.25Zm-2.063 7.083a1.2 1.2 0 0 1-.875-.375 1.2 1.2 0 0 1-.375-.875V1.917a1.2 1.2 0 0 1 .375-.875 1.2 1.2 0 0 1 .875-.375h7.52l4.563 4.562v10.854a1.2 1.2 0 0 1-.375.875 1.2 1.2 0 0 1-.875.375H1.582ZM8.478 5.792V1.917H1.582v14.166h10.833V5.792H8.478Z"
25+ />
26+ </svg>
27+ - <span class="adev-nav-item__label">Reference</span>
28+ + <span class="adev-nav-item__label">Referencia</span>
29+ </a>
30+ </li>
31+ </ul>
32+ @@ -440,7 +440,7 @@
33+ <button type="button" (click)="openMobileNav($event)">
34+ <docs-icon class="docs-icon_high-contrast">menu</docs-icon>
35+ @if (activeRouteItem() === DOCS_ROUTE) {
36+ - <span>Docs</span>
37+ + <span>Documentos</span>
38+ } @if (activeRouteItem() === REFERENCE_ROUTE) {
39+ <span>API</span>
40+ }
You can’t perform that action at this time.
0 commit comments