Skip to content

Commit

Permalink
Merge pull request #161 from trishullab/george
Browse files Browse the repository at this point in the history
Fixed leaderboard (typo in html).
  • Loading branch information
GeorgeTsoukalas authored Jul 17, 2024
2 parents 36618ea + ba98b16 commit be04cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ <h1 class="title is-1 publication-title">PutnamBench: A Multilingual Competition
<span class="link-block">
<a href="https://trishullab.github.io/PutnamBench/leaderboard.html"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Leaderboard</span>
<span>🏆 Leaderboard</span>
</a>
</span>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3 class="fw-light text-nowrap">
</div>
</div>
<div id="notes">
<h3 style="font-size: 10px;">📝 Notes</h3>
<h3>📝 Notes</h3>
<div class="inline-block mt-3">
<ol>
<li>
Expand All @@ -171,7 +171,7 @@ <h3 style="font-size: 10px;">📝 Notes</h3>
</div>

<script>
const LeanTable = document.getElementById("lean,");
const LeanTable = document.getElementById("lean");
const IsabelleTable = document.getElementById("isabelle");
const CoqTable = document.getElementById("coq");
const benchmarkRadio = document.getElementById("Benchmark");
Expand Down

0 comments on commit be04cd9

Please sign in to comment.