Skip to content

Commit

Permalink
feat: update footer (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Oct 1, 2024
1 parent 3e0e9eb commit b4728d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
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

0 comments on commit b4728d5

Please sign in to comment.