fix reply icon on thread view
This commit is contained in:
parent
cd65ed97cd
commit
83cb73cdf4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
<ion-row>
|
<ion-row>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
<button ion-button icon-left clear small block (click)="showReplyPost(post)">
|
<button ion-button icon-left clear small block (click)="showReplyPost(post)">
|
||||||
<ion-icon name="text"></ion-icon>
|
<ion-icon name="ios-undo"></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
|
|
Reference in a new issue