All files / app/shared/ui/footer footer.component.html

100% Statements 18/18
100% Branches 0/0
100% Functions 0/0
100% Lines 18/18

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2421x     21x 21x 21x 21x 21x 21x 21x   21x 21x 21x 21x 21x 21x 21x 21x 21x 21x      
<section>
  <footer class="p-4 bg-gray-800">
    <span class="block text-sm text-gray-400 text-center">
      © 2026
      <a routerLink="/about" class="hover:underline">
        TaskManager
      </a>
      . Todos los derechos reservados.
    </span>
    <span class="block gap-3 text-center mt-3 text-sm text-gray-400 sm:mt-0">
      <a routerLink="/about" class="hover:underline">
        Acerca de
      </a>
      -
      <a routerLink="/about/privacy" class="hover:underline">
        Politica de privacidad
      </a>
      -
      <a routerLink="/about/terms" class="hover:underline">
        Terminos y condiciones
      </a>
    </span>
  </footer>
</section>