Commit 0bd2ff4cbebc7c6daaa5e09272269d1903ce6c59
1 parent
4e949343
Exists in
master
and in
10 other branches
Fix 'go-back' icon
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -84,7 +84,7 @@ |
84 | 84 | <a href="#/temas/{{slug}}/{{id}}" class="proposal-link" data-target="proposal-item-{{id}}">{{name}}</a> |
85 | 85 | <button class="go-back btn btn-default pull-right"> |
86 | 86 | VOLTAR |
87 | - <span class="fa fa-arrow-circle-left"></span> | |
87 | + <span class="fa fa-reply"></span> | |
88 | 88 | </button> |
89 | 89 | {{#select_proposal ../../article.children slug ../id}}{{/select_proposal}} |
90 | 90 | </li> | ... | ... |