Skip to content

Commit

Permalink
Update footer.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Sep 16, 2021
1 parent e11362b commit 4aebeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/component/nav/common/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div [class.footer-hide-shadow]="hideShadow" [class.footer-popup-padding]="popupPadding" class="footer">
<a routerLink="{{URLS.maintenance}}" class="footer-link-content">
<a routerLink="{{URLS.aboutUs}}" class="footer-link-content">
<i aria-hidden="true" class="material-icons">business</i>
<span>
ABOUT US
Expand All @@ -17,7 +17,7 @@
TERMS & POLICIES
</span>
</a>
<a [routerLink]="URLS.maintenance" class="footer-link-content">
<a [routerLink]="URLS.contactUs" class="footer-link-content">
<i aria-hidden="true" class="material-icons">email</i>
<span>
CONTACT
Expand Down

0 comments on commit 4aebeda

Please sign in to comment.