Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Sep 1, 2024
1 parent 9dad5f4 commit 9b43c2d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/EmpoweringChains.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const EmpoweringChains = () => {
</div>
<p className="font-[300] tracking-[1px] leading-[20.29px] text-[16px] text-white opacity-50 sm:text-[20px] sm:leading-[25.36px]">
Governed by all the RING token holders, this decentralized entity
directs the Darwinia networks, Msgport protocol, and XAPI's evolution
directs the Darwinia chain, Msgport protocol, and XAPI's oracle service
</p>
</div>
);
Expand Down
6 changes: 3 additions & 3 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ const Footer = () => {
SubAPI.
</p>
<div className="flex items-center gap-[20px] my-[30px] sm:my-[40px]">
<a href="https://twitter.com/DarwiniaNetwork" target="_blank">
<a href="https://x.com/ringecosystem" target="_blank">
<img src="/icons/X.svg" alt="X" className="sm:w-[48px] sm:h-[48px]" />
</a>
<a href="https://t.me/DarwiniaNetwork" target="_blank">
<a href="https://t.me/ringecosystem" target="_blank">
<img
src="/icons/Telegram.svg"
alt="Telegram"
className="sm:w-[48px] sm:h-[48px]"
/>
</a>
<a href="https://github.com/darwinia-network" target="_blank">
<a href="https://github.com/ringecosystem" target="_blank">
<img
src="/icons/Github.svg"
alt="Github"
Expand Down
10 changes: 5 additions & 5 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Header = () => {
<li>
<a
target="_blank"
href=" https://github.com/orgs/darwinia-network/discussions"
href=" https://github.com/orgs/ringecosystem/discussions"
className="text-white font-[600] text-[16px] leading-[25.6px] tracking-[1px]"
>
Discussion
Expand All @@ -130,7 +130,7 @@ const Header = () => {
<li>
<a
target="_blank"
href="https://github.com/darwinia-network/collaboration/issues"
href="https://github.com/ringecosystem/collaboration/issues"
className="text-white font-[600] text-[16px] leading-[25.6px] tracking-[1px]"
>
RFP
Expand All @@ -154,21 +154,21 @@ const Header = () => {
</ul>
<div className="flex items-end justify-center flex-grow">
<div className="flex items-center gap-[20px] my-[30px] sm:my-[40px]">
<a href="https://twitter.com/DarwiniaNetwork" target="_blank">
<a href="https://x.com/ringecosystem" target="_blank">
<img
src="/icons/X.svg"
alt="X"
className="sm:w-[48px] sm:h-[48px]"
/>
</a>
<a href="https://t.me/DarwiniaNetwork" target="_blank">
<a href="https://t.me/ringecosystem" target="_blank">
<img
src="/icons/Telegram.svg"
alt="Telegram"
className="sm:w-[48px] sm:h-[48px]"
/>
</a>
<a href="https://github.com/darwinia-network" target="_blank">
<a href="https://github.com/ringecosystem" target="_blank">
<img
src="/icons/Github.svg"
alt="Github"
Expand Down
4 changes: 2 additions & 2 deletions src/data/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
{
"name": "Discussion",
"link": "https://github.com/orgs/darwinia-network/discussions"
"link": "https://github.com/orgs/ringecosystem/discussions"
},
{
"name": "RFP",
"link": "https://github.com/darwinia-network/collaboration/issues"
"link": "https://github.com/ringecosystem/collaboration/issues"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/websites.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"desc": "The innovative Oracle service that supports real-world data on the blockchain.",
"isxapi": true,
"alt": "XAPI logo",
"link": "https://github.com/xapi-box"
"link": "https://github.com/ringecosystem/xapi"
}
]
}

0 comments on commit 9b43c2d

Please sign in to comment.