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 and davidtaikocha committed Jan 18, 2023
1 parent c8490ad commit 43ad984
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 43ad984

Please sign in to comment.