client-app/src/app/common/footer/footer.component.html
2025-08-28 08:21:42 -03:00

13 lines
422 B
HTML

<footer class="footer" [ngClass]="{'general': !isUserLoggedIn}">
<div class="footer-content">
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<a href="#">Contact Us</a>
</div>
<div class="copyright">
&copy; {{ currentYear }} alpha Omega Infosys. All rights reserved.
</div>
</div>
</footer>