Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the ownership details #2450

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Footer = () => {
<SocialIcons className="mb-5" />
<div className="flex flex-col justify-center sm:space-x-2 text-center text-sm opacity-70 sm:flex-row sm:text-sm sm:text-left">
<div className="flex-shrink-0">
© 2024 The Realms Today Trust
© 2024 Realms Today Ltd
</div>
<span className="hidden sm:block mx-2">|</span>
<Link href="https://realms.today/terms" passHref>
Expand Down
2 changes: 1 addition & 1 deletion hub/components/GlobalFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function GlobalFooter(props: Props) {
'sm:text-sm',
)}
>
<div>© 2024 The Realms Today Trust</div>
<div>© 2024 Realms Today Ltd</div>
<div className="hidden sm:block mx-2">|</div>
<a href="https://realms.today/terms" target="_blank" rel="noreferrer">
Terms
Expand Down
2 changes: 1 addition & 1 deletion verify-wallet/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function GlobalFooter(props: Props) {
'sm:text-sm',
)}
>
<div>© {year} The Realms Today Trust</div>
<div>© {year} Realms Today Ltd</div>
<div className="hidden sm:block mx-2">|</div>
<a href="https://realms.today/terms" target="_blank" rel="noreferrer">
Terms
Expand Down
Loading