Skip to content

Commit

Permalink
feat: add paper links
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 17, 2024
1 parent e1685eb commit cca416e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ export default function Home() {
Docs
</Link>
</Button>
<Button disabled className="btn btn-secondary">
Paper (Coming Soon!)
<Button className="btn btn-secondary" onClick={() => sendGAEvent('event', 'buttonClicked', { value: 'paper' })}>
<Link href="https://arxiv.org/abs/2410.12189" target="_blank">
Paper
</Link>
</Button>
</div>

Expand Down

0 comments on commit cca416e

Please sign in to comment.