feat: improved lighthouse reports
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<p class="text-sm font-light text-gray-500 my-4 dark:text-gray-400">
|
||||
{% translate '¿Aún no tienes cuenta?' %}
|
||||
<a href="{% url 'web:register' %}"
|
||||
class="font-medium text-primary-600 hover:underline dark:text-primary-500">{% translate 'Regístrate aquí' %}</a>
|
||||
class="font-medium text-primary-700 hover:underline dark:text-primary-400">{% translate 'Regístrate aquí' %}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<div class="flex justify-center">
|
||||
<p class="text-sm font-light text-gray-500 mt-4 dark:text-gray-400">
|
||||
<a href="{% url 'web:reset_password' %}"
|
||||
class="font-medium text-primary-600 hover:underline dark:text-primary-500">{% translate '¿Has olvidado tu contraseña?' %}</a>
|
||||
class="font-medium text-primary-700 hover:underline dark:text-primary-400">{% translate '¿Has olvidado tu contraseña?' %}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user