|
52 | 52 | </ol> |
53 | 53 | <ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut"> |
54 | 54 | <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" |
56 | 56 | title="Profile"> |
57 | 57 | <svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" |
58 | 58 | fill="currentColor"> |
|
66 | 66 | </a> |
67 | 67 | </li> |
68 | 68 | <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" |
70 | 70 | title="Dashboard"> |
71 | 71 | <svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" |
72 | 72 | fill="currentColor"> |
|
117 | 117 | </div> |
118 | 118 | <header class="flex justify-between border-t-4 border-b-8 border-orange-500"> |
119 | 119 | <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"> |
121 | 121 | <img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-20"> |
122 | 122 | <svg class="h-20" viewBox="0 0 140 50" version="1.1" xmlns="http://www.w3.org/2000/svg" |
123 | 123 | xmlns:svg="http://www.w3.org/2000/svg"> |
|
180 | 180 | </li> |
181 | 181 | <li>·</li> |
182 | 182 | <li> |
183 | | - <a routerLink="/faqs" |
| 183 | + <a href="/faqs" |
184 | 184 | class="text-sm font-medium ms-1 hover:text-white md:ms-2" |
185 | 185 | i18n>Faq's</a> |
186 | 186 | </li--> |
|
189 | 189 | <nav class="flex px-4 py-2" aria-label="Policies"> |
190 | 190 | <ol class="inline-flex items-center text-stone-500 md:space-x-2 rtl:space-x-reverse"> |
191 | 191 | <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" |
193 | 193 | i18n>Privacidad</a> |
194 | 194 | </li> |
195 | 195 | <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> |
197 | 197 | </li> |
198 | 198 | <li>·</li> |
199 | 199 | <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> |
201 | 201 | </li> |
202 | 202 | </ol> |
203 | 203 | </nav> |
|
0 commit comments