Просмотр исходного кода

change comment icon's direction

kaori 5 лет назад
Родитель
Сommit
c5bef1251d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/PageComments.jsx

+ 1 - 1
src/client/js/components/PageComments.jsx

@@ -170,7 +170,7 @@ class PageComments extends React.Component {
               className="btn-comment-reply"
               onClick={() => { return this.replyButtonClickedHandler(commentId) }}
             >
-              <i className="icon-fw icon-action-redo"></i> Reply
+              <i className="icon-fw icon-action-undo"></i> Reply
             </Button>
           </div>
         )}