소스 검색

add title

takeru0001 5 년 전
부모
커밋
65878d89a7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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' : ''}`}