File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
insights/src/components/Root
governance/xc_admin/packages/xc_admin_frontend/components/layout Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2024 Pyth Data Association.
1
+ Copyright 2025 Pyth Data Association.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const Footer = ({
44
44
>
45
45
< MaxWidth className = "flex h-16 items-center justify-between text-xs font-light text-neutral-600 dark:text-neutral-400" >
46
46
< div className = "flex h-full items-center gap-4" >
47
- < span > © 2024 Pyth Data Association</ span >
47
+ < span > © 2025 Pyth Data Association</ span >
48
48
</ div >
49
49
< div className = "flex h-full items-center gap-6" >
50
50
{ SOCIAL_LINKS . map ( ( { name, icon : Icon , href } ) => (
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const Footer = () => (
37
37
</ div >
38
38
</ div >
39
39
< div className = { styles . bottomContent } >
40
- < small className = { styles . copyright } > © 2024 Pyth Data Association</ small >
40
+ < small className = { styles . copyright } > © 2025 Pyth Data Association</ small >
41
41
< div className = { styles . legal } >
42
42
< Link href = "https://www.pyth.network/privacy-policy" target = "_blank" >
43
43
Privacy Policy
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export const Footer = ({
54
54
< Logo className = "h-10 lg:h-8" />
55
55
< span className = "sr-only" > Pyth homepage</ span >
56
56
</ Link >
57
- < div > © 2024 Pyth Data Association</ div >
57
+ < div > © 2025 Pyth Data Association</ div >
58
58
</ div >
59
59
< div className = "flex flex-col items-center gap-6 lg:flex-row-reverse lg:gap-8 xl:gap-16" >
60
60
< div className = "relative flex h-full items-center lg:-right-3" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const Footer = () => {
6
6
< footer >
7
7
< div className = "flex flex-col-reverse items-center justify-between px-4 pt-12 pb-4 sm:px-10 lg:flex-row lg:py-6" >
8
8
< span className = "text-[10px] lg:basis-[280px]" >
9
- © 2024 Pyth Data Association
9
+ © 2025 Pyth Data Association
10
10
</ span >
11
11
< div className = "py-10 lg:py-0" >
12
12
< Link href = "https://pyth.network/" target = "_blank" >
You can’t perform that action at this time.
0 commit comments