Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

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
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