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

change ownership details #23

Merged
merged 1 commit into from
Sep 19, 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 .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
Loading