Skip to content

Commit 93411cd

Browse files
committed
Primeros cambios
1 parent e2bedb2 commit 93411cd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

_layouts/layout_en.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ol>
5353
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut">
5454
<li>
55-
<a routerLink="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
55+
<a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
5656
title="Profile">
5757
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
5858
fill="currentColor">
@@ -66,7 +66,7 @@
6666
</a>
6767
</li>
6868
<li>
69-
<a routerLink="/dashboard" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
69+
<a href="/dashboard" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
7070
title="Dashboard">
7171
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
7272
fill="currentColor">
@@ -117,7 +117,7 @@
117117
</div>
118118
<header class="flex justify-between border-t-4 border-b-8 border-orange-500">
119119
<div class="flex items-center w-1/4 h-32 ml-6">
120-
<a routerLink="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
120+
<a href="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
121121
<img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-20">
122122
<svg class="h-20" viewBox="0 0 140 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
123123
xmlns:svg="http://www.w3.org/2000/svg">
@@ -180,7 +180,7 @@
180180
</li>
181181
<li>·</li>
182182
<li>
183-
<a routerLink="/faqs"
183+
<a href="/faqs"
184184
class="text-sm font-medium ms-1 hover:text-white md:ms-2"
185185
i18n>Faq's</a>
186186
</li-->
@@ -189,15 +189,15 @@
189189
<nav class="flex px-4 py-2" aria-label="Policies">
190190
<ol class="inline-flex items-center text-stone-500 md:space-x-2 rtl:space-x-reverse">
191191
<li>
192-
<a routerLink="/privacy" class="inline-flex items-center text-sm font-medium hover:text-white"
192+
<a href="/privacy" class="inline-flex items-center text-sm font-medium hover:text-white"
193193
i18n>Privacy</a>
194194
</li>
195195
<li>
196-
<a routerLink="/legal" class="inline-flex items-center text-sm font-medium hover:text-white" i18n>Legal</a>
196+
<a href="/legal" class="inline-flex items-center text-sm font-medium hover:text-white" i18n>Legal</a>
197197
</li>
198198
<li>·</li>
199199
<li>
200-
<a routerLink="/tos" class="text-sm font-medium ms-1 hover:text-white" i18n>Terms and Conditions</a>
200+
<a href="/tos" class="text-sm font-medium ms-1 hover:text-white" i18n>Terms and Conditions</a>
201201
</li>
202202
</ol>
203203
</nav>

_layouts/layout_es.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ol>
5353
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut">
5454
<li>
55-
<a routerLink="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
55+
<a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
5656
title="Profile">
5757
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
5858
fill="currentColor">
@@ -66,7 +66,7 @@
6666
</a>
6767
</li>
6868
<li>
69-
<a routerLink="/dashboard" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
69+
<a href="/dashboard" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
7070
title="Dashboard">
7171
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
7272
fill="currentColor">
@@ -117,7 +117,7 @@
117117
</div>
118118
<header class="flex justify-between border-t-4 border-b-8 border-orange-500">
119119
<div class="flex items-center w-1/4 h-32 ml-6">
120-
<a routerLink="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
120+
<a href="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
121121
<img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-20">
122122
<svg class="h-20" viewBox="0 0 140 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
123123
xmlns:svg="http://www.w3.org/2000/svg">
@@ -180,7 +180,7 @@
180180
</li>
181181
<li>·</li>
182182
<li>
183-
<a routerLink="/faqs"
183+
<a href="/faqs"
184184
class="text-sm font-medium ms-1 hover:text-white md:ms-2"
185185
i18n>Faq's</a>
186186
</li-->
@@ -189,15 +189,15 @@
189189
<nav class="flex px-4 py-2" aria-label="Policies">
190190
<ol class="inline-flex items-center text-stone-500 md:space-x-2 rtl:space-x-reverse">
191191
<li>
192-
<a routerLink="/privacy" class="inline-flex items-center text-sm font-medium hover:text-white"
192+
<a href="/privacy" class="inline-flex items-center text-sm font-medium hover:text-white"
193193
i18n>Privacidad</a>
194194
</li>
195195
<li>
196-
<a routerLink="/legal" class="inline-flex items-center text-sm font-medium hover:text-white" i18n>Marco Legal</a>
196+
<a href="/legal" class="inline-flex items-center text-sm font-medium hover:text-white" i18n>Marco Legal</a>
197197
</li>
198198
<li>·</li>
199199
<li>
200-
<a routerLink="/tos" class="text-sm font-medium ms-1 hover:text-white" i18n>Términos y Condiciones</a>
200+
<a href="/tos" class="text-sm font-medium ms-1 hover:text-white" i18n>Términos y Condiciones</a>
201201
</li>
202202
</ol>
203203
</nav>

0 commit comments

Comments
 (0)