Fixed footer

This commit is contained in:
Zakary Timson 2018-07-24 20:12:51 -04:00
parent 0d557a960a
commit fab44fd481

View File

@ -70,7 +70,7 @@
<div class="d-none d-md-inline-block align-top mr-5 text-left">
<h5>PRODUCTS</h5>
<ul style="list-style-type: none; padding-left: 0; columns: 3;">
<li *ngFor="let c of categories | async">
<li *ngFor="let c of store.categories | async">
<a [routerLink]="['/store', c.name]">{{c.name}}</a>
</li>
</ul>