Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Sep 6, 2024
1 parent 247b8a4 commit 969acb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/EnablingDiverseItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const EnablingDiverseItems = ({ isDiverse, text }: EnablingDiverseTypes) => {
<a
href={
isDiverse
? "https://docs.msgport.xyz/learn/use-cases/xaccount/"
: "https://docs.msgport.xyz/learn/use-cases/order-xclearing/"
? "https://msgport.ringdao.com/docs/learn/use-cases/xaccount.html"
: "https://msgport.ringdao.com/docs/learn/use-cases/order-xclearing.html"
}
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Hero = () => {
MESSAGING PORT
</h1>
<a
href=" https://docs.msgport.xyz/build/tutorial/remix-demo/"
href="https://msgport.ringdao.com/docs/index.html"
target="_blank"
>
<button className="flex items-center py-[0.5rem] pr-[0.625rem] pl-[0.938rem] lg:py-[1.125rem] bg-transparent border border-[#F2F3F5] rounded-[2.5rem] gap-[0.625rem] mt-[1.25rem] hover:text-[#00D448] hover:border-[#00D448] text-white btnHover">
Expand Down

0 comments on commit 969acb6

Please sign in to comment.