Skip to content

Commit

Permalink
update link, comment citation box
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Sep 19, 2024
1 parent bbcbbeb commit 442225c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webpage/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
<a href="https://arxiv.org" target="_blank" rel="noopener noreferrer">
<SiArxiv className="footer-icon" />
</a>
<a href="https://github.com/ASSERT-KTH/frontier-models-apr-leaderboard" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/ASSERT-KTH/repairbench" target="_blank" rel="noopener noreferrer">
<FaGithub className="footer-icon" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/components/LeaderboardTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const LeaderboardTable = () => {
</tbody>
</table>
</div>
<CitationBox />
{/* <CitationBox /> */}
<Footer />
</div>
);
Expand Down

0 comments on commit 442225c

Please sign in to comment.