Skip to content

Commit

Permalink
Add paper link in harm envisioner's footer
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <jay@zijie.wang>
  • Loading branch information
xiaohk committed Mar 1, 2024
1 parent 7ea62dd commit 1b035fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,23 +241,23 @@ export class FarsightFooter extends LitElement {
</span>
<div class="splitter"></div>
<a href="https://github.com" target="_blank"
<a href="https://arxiv.org/abs/2402.15350" target="_blank"
><span class="item">
<span class="svg-icon">${unsafeHTML(iconFile)}</span>
Paper
</span></a
>
<div class="splitter"></div>
<a href="https://github.com" target="_blank"
<a href="https://github.com/PAIR-code/farsight" target="_blank"
><span class="item">
<span class="svg-icon">${unsafeHTML(iconGithub)}</span>
Code
</span></a
>
<div class="splitter"></div>
<a href="https://github.com" target="_blank"
<a href="https://youtu.be/BlSFbGkOlHk" target="_blank"
><span class="item">
<span class="svg-icon">${unsafeHTML(iconPlay)}</span>
Video
Expand Down

0 comments on commit 1b035fe

Please sign in to comment.