Browse Source

add title

takeru0001 5 năm trước cách đây
mục cha
commit
65878d89a7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/client/js/components/LikeButton.jsx

+ 2 - 0
src/client/js/components/LikeButton.jsx

@@ -32,6 +32,8 @@ class LikeButton extends React.Component {
     return (
       <button
         type="button"
+        href="#"
+        title="Like"
         onClick={this.handleClick}
         className={`btn btn-like border-0
         ${pageContainer.state.isLiked ? 'active' : ''}`}