Skip to content

Commit

Permalink
Update AppHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 28, 2024
1 parent 1064133 commit 99b9b60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web-app/src/components/new/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,19 @@ const AppHeader = () => {
</li>
<li>
<a
target="_blank"
href="https://mirror.xyz/indexnetwork.eth"
className="hover:underline"
>
BLOG
</a>
</li>
<li>
<a href="https://docs.index.network" className="hover:underline">
<a
target="_blank"
href="https://docs.index.network"
className="hover:underline"
>
DOCUMENTATION
</a>
</li>
Expand Down

0 comments on commit 99b9b60

Please sign in to comment.