Skip to content

Commit b735f6e

Browse files
committed
Fix star size in <noscript> table
1 parent afbdb1c commit b735f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ unless cover.nil?
4949
<td>
5050
<p aria-label="<%= book[:rating] %>" title="<%= book[:rating] %>" style="vertical-align: middle; text-align: center;">
5151
<% 10.times do |i| %>
52-
<%= star_svg(filled: i < book[:rating]) %>
52+
<%= star_svg(filled: i < book[:rating], params: { size: 16 }) %>
5353
<% end %>
5454
</p>
5555
</td>

0 commit comments

Comments
 (0)