Skip to content

Commit

Permalink
feat(website): add a footer link for whitepaper (#12956)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Jan 17, 2023
1 parent ac11959 commit f329710
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/website/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ export default function Footer() {
GitHub
</a>
</li>
<li className="mb-4">
<a
href="https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf"
className="hover:underline"
target={"_blank"}
>
Whitepaper
</a>
</li>
</ul>
</div>
<div>
Expand Down

0 comments on commit f329710

Please sign in to comment.