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

feat: update footer #26

Merged
merged 1 commit into from
Oct 1, 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
4 changes: 1 addition & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,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'>
© 2024 The Realms Today Trust
</div>
<div className='whitespace-nowrap'>© 2024 Realms Today Ltd</div>
{/**
* We aren't going to include the privacy policy for now
* <span>|</span>
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ import Metrics from '@/components/Metrics';
import NavBar from '@/components/NavBar';
import RealmsCommunity from '@/components/RealmsCommunity';
import SolanaStandard from '@/components/SolanaStandard';
import TermsPopupModal from '@/components/TermsPopupModal';
import TrackViewportEnter from '@/components/TrackViewportEnter';

import TermsPopupModal from '@/TermsPopupModal';

const Index = () => {
usePageViewTracking('index');
const { query } = useRouter();
Expand Down
Loading