Skip to content

Commit

Permalink
change ownership details (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Sep 19, 2024
1 parent 30e8545 commit b539996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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">
© 2023 Solana Technology Services LLC
© 2024 The Realms Today Trust
</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>© 2022 Solana Technology Services LLC</div>
<div>© 2024 The Realms Today Trust</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} Solana Technology Services LLC</div>
<div>© {year} The Realms Today Trust</div>
<div className="hidden sm:block mx-2">|</div>
<a href="https://realms.today/terms" target="_blank" rel="noreferrer">
Terms
Expand Down

0 comments on commit b539996

Please sign in to comment.