Skip to content

Commit 9c19c2f

Browse files
committed
Update commercial.component.html
1 parent 7b92dfe commit 9c19c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular/wallypop/src/app/components/articles/commercial.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
<li *ngFor="let category of categories"><a href="/commercial/{{category.id_CATEGORY}}">{{category.title}}</a></li>
4848
</ol>
4949
</div>
50-
<div class="full-widht">
50+
<!-- <div class="full-widht">
5151
<i class="fa fa-th-large btn btn-default hidden-xs btn-change-post"></i>
5252
<i class="fa fa-refresh btn btn-default"></i>
5353
<i class="fa fa-angle-right btn btn-default"></i>
54-
</div>
54+
</div> -->
5555
<!-- Article -->
5656
<div class="full-width container-post">
5757
<div class="full-width post" *ngFor="let article of articles">

0 commit comments

Comments
 (0)