From b5399967b9d53835dc16b5ab4a08c3ee950e4351 Mon Sep 17 00:00:00 2001 From: Utkarsh <83659045+0xShuk@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:09:18 +0530 Subject: [PATCH] change ownership details (#2443) --- components/Footer.tsx | 2 +- hub/components/GlobalFooter/index.tsx | 2 +- verify-wallet/components/footer.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 892a9166ff..18c83e3b4b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -67,7 +67,7 @@ const Footer = () => {
- © 2023 Solana Technology Services LLC + © 2024 The Realms Today Trust
| diff --git a/hub/components/GlobalFooter/index.tsx b/hub/components/GlobalFooter/index.tsx index 00dd0ab813..edf7694c53 100644 --- a/hub/components/GlobalFooter/index.tsx +++ b/hub/components/GlobalFooter/index.tsx @@ -42,7 +42,7 @@ export function GlobalFooter(props: Props) { 'sm:text-sm', )} > -
© 2022 Solana Technology Services LLC
+
© 2024 The Realms Today Trust
|
Terms diff --git a/verify-wallet/components/footer.tsx b/verify-wallet/components/footer.tsx index d5265f6a12..3cb8499548 100644 --- a/verify-wallet/components/footer.tsx +++ b/verify-wallet/components/footer.tsx @@ -33,7 +33,7 @@ export function GlobalFooter(props: Props) { 'sm:text-sm', )} > -
© {year} Solana Technology Services LLC
+
© {year} The Realms Today Trust
|
Terms