Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Sep 5, 2024
1 parent 0390cb7 commit 2913c50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ const Header = () => {
<div className="lg:gap-[2.5rem] lg:flex items-center hidden">
<a
target="_blank"
href="https://docs.msgport.xyz/"
href="https://msgport.ringdao.com/docs"
className="text-white text-[1rem] font-[600] leading-[1.563rem]"
>
Learn
</a>
<a
target="_blank"
href="https://docs.msgport.xyz/build/networks/"
href="https://msgport.ringdao.com/docs/build/networks.html"
className="text-white text-[1rem] font-[600] leading-[1.563rem]"
>
Build
</a>
<a
target="_blank"
href="https://docs.msgport.xyz/community/ringdao/"
href="https://msgport.ringdao.com/community/ringdao.html"
className="text-white text-[1rem] font-[600] leading-[1.563rem]"
>
Community
Expand All @@ -45,21 +45,21 @@ const Header = () => {
<div className="bg-[#000000b3] rounded-[1.25rem] flex flex-col items-center justify-center p-[2.5rem] absolute right-[1.25rem] top-[3.125rem] gap-[2.5rem]">
<a
target="_blank"
href="https://docs.msgport.xyz/"
href="https://msgport.ringdao.com/docs"
className="text-white text-[1rem] font-[600] leading-[1.563rem]"
>
Learn
</a>
<a
target="_blank"
href="https://docs.msgport.xyz/build/networks/"
href="https://msgport.ringdao.com/docs/build/networks.html"
className="text-white text-[1rem] font-[600] leading-[1.563rem]"
>
Build
</a>
<a
target="_blank"
href="https://docs.msgport.xyz/community/ringdao/"
href="https://msgport.ringdao.com/community/ringdao.html"
className="text-white text-[1rem] font-[600] leading-[1.563rem]"
>
Community
Expand Down

0 comments on commit 2913c50

Please sign in to comment.