Skip to content

Commit 42b2e09

Browse files
committed
Update acceptance rate column label in MetricsViewer.vue
1 parent e63b30a commit 42b2e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MetricsViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<th style="text-align: left; border-right: 1px solid black; border-bottom: 1px solid black; padding-right: 10px;">Language Name</th>
2525
<th style="text-align: left; border-right: 1px solid black; border-bottom: 1px solid black; padding-right: 10px;">Accepted Prompts</th>
2626
<th style="border-right: 1px solid black; border-bottom: 1px solid black; padding-right: 10px;">Accepted Lines of Code</th>
27-
<th style="border-bottom: 1px solid black; padding-right: 10px;">Acceptance Rate</th>
27+
<th style="border-bottom: 1px solid black; padding-right: 10px;">Acceptance Rate (%)</th>
2828
</tr>
2929
</thead>
3030
<tbody>

0 commit comments

Comments
 (0)