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 27, 2024
1 parent c3350c1 commit eb3fc44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions web-app/src/components/new/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const AppHeader = () => {
<div className="hidden md:flex gap-8 items-center">
<ul className="flex gap-6 text-white text-sm">
<li>
<a href="https://index.network" className="hover:underline">
<a href="#" className="hover:underline">
HOME
</a>
</li>
Expand All @@ -59,7 +59,10 @@ const AppHeader = () => {
</a>
</li>
<li>
<a href="https://index.network" className="hover:underline">
<a
href="https://mirror.xyz/indexnetwork.eth"
className="hover:underline"
>
BLOG
</a>
</li>
Expand Down

0 comments on commit eb3fc44

Please sign in to comment.