Skip to content

Commit

Permalink
arxiv link
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman-ntc committed Mar 14, 2024
1 parent 3cd2ff7 commit b4085a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="title is-1 publication-title">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="pdfs/paper.pdf" class="external-link button is-normal is-rounded is-dark">
<a href="https://arxiv.org/abs/2403.07974" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
Expand Down
2 changes: 1 addition & 1 deletion build/static/js/main.32895ddd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="title is-1 publication-title">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="pdfs/paper.pdf" class="external-link button is-normal is-rounded is-dark">
<a href="https://arxiv.org/abs/2403.07974" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/LeaderboardComp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const Leaderboard = React.memo(function LeaderboardComponent(props: any) {

const autoSizeStrategy = {
type: 'fitCellContents'
};
}

return (
<div style={{ width: "100%", height: "100%" }}>
Expand Down

0 comments on commit b4085a6

Please sign in to comment.