diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index d4325eb006..2ffe1debc7 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -1,12 +1,10 @@
import React from 'react';
import Link from '@docusaurus/Link';
import Layout from '@theme/Layout';
-import { useColorMode } from '@docusaurus/theme-common';
import { discordPath, discordViewBox } from '@site/src/components/svg-paths';
+import ThemedImage from '@theme/ThemedImage';
import Icon from '@mdi/react';
function HomepageHeader() {
- const { isDarkTheme } = useColorMode();
-
return (
@@ -35,7 +33,6 @@ function HomepageHeader() {
sacrificing your privacy.
Download the mobile app
@@ -101,9 +94,8 @@ function HomepageHeader() {