join/src/app/components/login/footer/footer.component.html
2024-05-14 02:48:46 +02:00

6 lines
203 B
HTML

<footer class="footer">
<a routerLink="/login/privacy-policy">{{
"sidebar.privacyPolicy" | translate
}}</a>
<a routerLink="/login/imprint">{{ "sidebar.legalNotice" | translate }}</a>
</footer>