We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c21549 commit c43baf0Copy full SHA for c43baf0
views/index.ejs
@@ -104,7 +104,6 @@
104
</div>
105
106
107
-
108
</header>
109
110
views/other-landing.ejs
@@ -117,7 +117,7 @@
117
118
<div class="container">
119
<div class="row">
120
- <a href="#" class="btn btn-outline-grey btn-rounded ch" id="<%=x.proid%>"><%=x.upvote.length%></a>
+ <a href="#" class="btn btn-outline-grey btn-rounded ch1" id="<%=x.proid%>"><%=x.upvote.length%></a>
121
<a href="#" class="btn btn-outline-grey btn-rounded ch2" id="<%=x.proid%>"><%=x.downvote.length%></a>
122
<a href="#" class="btn btn-outline-grey btn-rounded">Comment</a>
123
<a href="#" class="btn btn-outline-grey btn-rounded">Share</a>
0 commit comments