Skip to content

Commit f28765f

Browse files
authored
Merge pull request #767 from pllearns/title-for-vote-html
Title for vote html
2 parents 0213746 + 15c816c commit f28765f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/vote/app.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ export default class VoteApp extends React.Component {
177177
listInfo && console.log(listInfo);
178178
return (
179179
<div className="vote-app">
180+
<div className="vote-app__title">
181+
Vote
182+
</div>
180183
<div className="vote-app__influence">
181184
<div className="vote-app__top">
182185
<div className="vote-app__influence">
@@ -270,7 +273,7 @@ export default class VoteApp extends React.Component {
270273
return <div className="vote-app__self-info">Loading user info...</div>;
271274
}
272275
return <div className="vote-app__login-button"><button onClick={() => {
273-
api.startLogin(window.location + "");
276+
api.startLogin(window.location + "");
274277
}}>Login with Github <img src={GithubMark}/> </button></div>;
275278
} else {
276279
return <div className="vote-app__self-info">

0 commit comments

Comments
 (0)