Skip to content

Commit 57d48dd

Browse files
authored
Fix
1 parent f7799e8 commit 57d48dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Footer() {
55
return (
66
<section className="flex h-[35px] w-full items-center justify-center px-[30px] lg:h-[56px] lg:justify-between">
77
<p className="overflow-hidden text-[12px] leading-[15px] text-[#12161980]">
8-
@ 2024 Paralink powerd by Darwinia Network
8+
@ 2024 Paralink powerd by RingDAO
99
</p>
1010
<div className="hidden items-center justify-center gap-[10px] lg:flex">
1111
{data.social.map((item: any) => (

src/data/data.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"social": [
3434
{
3535
"name": "x",
36-
"url": "https://twitter.com/DarwiniaNetwork",
36+
"url": "https://twitter.com/ringecosystem",
3737
"icon": "/images/icons/x-icon.svg"
3838
},
3939
{
4040
"name": "telegram",
41-
"url": "https://t.me/DarwiniaNetwork",
41+
"url": "https://t.me/ringecosystem",
4242
"icon": "/images/icons/telegram-icon.svg"
4343
},
4444
{
4545
"name": "github",
46-
"url": "https://github.com/darwinia-network",
46+
"url": "https://github.com/ringecosystem",
4747
"icon": "/images/icons/github-icon.svg"
4848
},
4949
{

0 commit comments

Comments
 (0)