+
)}
diff --git a/src/components/Homepage/HomepageContent.tsx b/src/components/Homepage/HomepageContent.tsx
index b7c6168a08..a48fd7e0e4 100644
--- a/src/components/Homepage/HomepageContent.tsx
+++ b/src/components/Homepage/HomepageContent.tsx
@@ -23,14 +23,14 @@ export const HomepageContent = ({
{mobileImage && (
)}
{desktopImage && (
)}
diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx
index 530a6df72c..ad0cbbf1f3 100644
--- a/src/components/Layout/Footer.tsx
+++ b/src/components/Layout/Footer.tsx
@@ -7,6 +7,7 @@ import cn from 'src/utilities/cn';
import type { PageContextType } from './Layout';
import { useLayoutContext } from 'src/contexts/layout-context';
import Button from 'src/components/ui/Button';
+import ThemeToggle from './ThemeToggle';
import { HandRaisedIcon, HandThumbDownIcon, HandThumbUpIcon } from '@heroicons/react/24/outline';
import {
HandRaisedIcon as HandRaisedSolidIcon,
@@ -329,11 +330,14 @@ const Footer: React.FC<{ pageContext: PageContextType }> = ({ pageContext }) =>