Files
rc-portfolio/src/app/footer/footer.component.html
raghu 00e7ba98d3
All checks were successful
continuous-integration/drone/push Build is passing
update footer, header and home compoents
2025-02-25 22:21:31 -05:00

5 lines
233 B
HTML

<footer class="footer">
<span class="footer__copyright">&copy; {{ copyRightYear }} Chagarlamudi.net.</span>
<span class="footer__made-by">Made by <a class="footer__link" routerLink="/home">Raghu Chagarlamudi</a></span>
</footer>