File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function Footer() {
5
5
return (
6
6
< section className = "flex h-[35px] w-full items-center justify-center px-[30px] lg:h-[56px] lg:justify-between" >
7
7
< p className = "overflow-hidden text-[12px] leading-[15px] text-[#12161980]" >
8
- @ 2024 Paralink powerd by Darwinia Network
8
+ @ 2024 Paralink powerd by RingDAO
9
9
</ p >
10
10
< div className = "hidden items-center justify-center gap-[10px] lg:flex" >
11
11
{ data . social . map ( ( item : any ) => (
Original file line number Diff line number Diff line change 33
33
"social" : [
34
34
{
35
35
"name" : " x" ,
36
- "url" : " https://twitter.com/DarwiniaNetwork " ,
36
+ "url" : " https://twitter.com/ringecosystem " ,
37
37
"icon" : " /images/icons/x-icon.svg"
38
38
},
39
39
{
40
40
"name" : " telegram" ,
41
- "url" : " https://t.me/DarwiniaNetwork " ,
41
+ "url" : " https://t.me/ringecosystem " ,
42
42
"icon" : " /images/icons/telegram-icon.svg"
43
43
},
44
44
{
45
45
"name" : " github" ,
46
- "url" : " https://github.com/darwinia-network " ,
46
+ "url" : " https://github.com/ringecosystem " ,
47
47
"icon" : " /images/icons/github-icon.svg"
48
48
},
49
49
{
You can’t perform that action at this time.
0 commit comments