Skip to content

Commit b4085a6

Browse files
committed
arxiv link
1 parent 3cd2ff7 commit b4085a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1 class="title is-1 publication-title">
9090
<div class="publication-links">
9191
<!-- PDF Link. -->
9292
<span class="link-block">
93-
<a href="pdfs/paper.pdf" class="external-link button is-normal is-rounded is-dark">
93+
<a href="https://arxiv.org/abs/2403.07974" class="external-link button is-normal is-rounded is-dark">
9494
<span class="icon">
9595
<i class="fas fa-file-pdf"></i>
9696
</span>

build/static/js/main.32895ddd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index_home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1 class="title is-1 publication-title">
9090
<div class="publication-links">
9191
<!-- PDF Link. -->
9292
<span class="link-block">
93-
<a href="pdfs/paper.pdf" class="external-link button is-normal is-rounded is-dark">
93+
<a href="https://arxiv.org/abs/2403.07974" class="external-link button is-normal is-rounded is-dark">
9494
<span class="icon">
9595
<i class="fas fa-file-pdf"></i>
9696
</span>

src/LeaderboardComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const Leaderboard = React.memo(function LeaderboardComponent(props: any) {
219219

220220
const autoSizeStrategy = {
221221
type: 'fitCellContents'
222-
};
222+
}
223223

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

0 commit comments

Comments
 (0)