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 e63b30a commit 42b2e09Copy full SHA for 42b2e09
src/components/MetricsViewer.vue
@@ -24,7 +24,7 @@
24
<th style="text-align: left; border-right: 1px solid black; border-bottom: 1px solid black; padding-right: 10px;">Language Name</th>
25
<th style="text-align: left; border-right: 1px solid black; border-bottom: 1px solid black; padding-right: 10px;">Accepted Prompts</th>
26
<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>
+ <th style="border-bottom: 1px solid black; padding-right: 10px;">Acceptance Rate (%)</th>
28
</tr>
29
</thead>
30
<tbody>
0 commit comments