From 6a1383f89854d2c430fffab0cc6af48108bcecec Mon Sep 17 00:00:00 2001 From: 0xShuk Date: Mon, 30 Sep 2024 18:47:10 +0700 Subject: [PATCH] update the ownership details --- 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 18c83e3b4b..26ea1dba66 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -67,7 +67,7 @@ const Footer = () => {
- © 2024 The Realms Today Trust + © 2024 Realms Today Ltd
| diff --git a/hub/components/GlobalFooter/index.tsx b/hub/components/GlobalFooter/index.tsx index edf7694c53..1aef768a90 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', )} > -
© 2024 The Realms Today Trust
+
© 2024 Realms Today Ltd
|
Terms diff --git a/verify-wallet/components/footer.tsx b/verify-wallet/components/footer.tsx index 3cb8499548..19b89c6b26 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} The Realms Today Trust
+
© {year} Realms Today Ltd
|
Terms