fix: Update default highlight model in leaderboard documentation

This commit is contained in:
Paul Gauthier 2025-01-30 08:36:53 -08:00 committed by Paul Gauthier (aider)
parent a65b49ea30
commit 1be1274d40

View file

@ -69,7 +69,7 @@ The model also has to successfully apply all its changes to the source file with
<script>
{% assign data_source = edit_sorted %}
{% assign pass_rate_field = "pass_rate_2" %}
{% assign highlight_model = include.highlight | default: "" %}
{% assign highlight_model = include.highlight | default: "xxx xxx" %}
{% include leaderboard.js %}
</script>
<style>