Skip to content

Commit

Permalink
change ownership details (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Sep 19, 2024
1 parent 32998ed commit 053264d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Footer(props: Props) {
<SocialIcons className='mb-5' trackingContext='footer' />
<div className='flex justify-center space-x-2 text-sm opacity-70'>
<div className='whitespace-nowrap'>
© 2022 Solana Technology Services LLC
© 2024 The Realms Today Trust
</div>
{/**
* We aren't going to include the privacy policy for now
Expand Down
4 changes: 2 additions & 2 deletions src/pages/privacy-policy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function PrivacyPolicy() {
</p>
<p>
<span className='font-bold'>Last Updated:</span>
<span>&nbsp;August 17, 2022</span>
<span>&nbsp;September 20, 2024</span>
</p>
<p>
<span>
Expand Down Expand Up @@ -1851,7 +1851,7 @@ export default function PrivacyPolicy() {
</p>
<div>
<p>
<span>Solana Technology Services LLC</span>
<span>The Realms Today Trust</span>
</p>
<p>
<span>Attn: Realms Customer Support </span>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Terms() {
<strong>Terms of Service</strong>
</p>
<p className='text-center'>
<strong>Last Updated: July 25, 2022</strong>
<strong>Last Updated: September 20, 2024</strong>
</p>
</div>
<p>
Expand All @@ -59,7 +59,7 @@ export default function Terms() {
<strong>
<em>Site</em>
</strong>
&rdquo;). The Site, made available by Solana Technology Services LLC
&rdquo;). The Site, made available by The Trustees of the Realms Today Trust
(the &ldquo;
<strong>
<em>Site Operator</em>
Expand Down

0 comments on commit 053264d

Please sign in to comment.