fix(docs): logo not loading dark theme variant in production (#16820)

fix logo not loading dark theme variant in production
This commit is contained in:
Nicholas Flamy
2025-03-11 18:13:25 -04:00
committed by GitHub
parent 16fd19994b
commit d72d715f6b
2 changed files with 9 additions and 20 deletions

View File

@@ -1,10 +1,7 @@
import React from 'react';
import Link from '@docusaurus/Link';
import Layout from '@theme/Layout';
import { useColorMode } from '@docusaurus/theme-common';
function HomepageHeader() {
const { isDarkTheme } = useColorMode();
return (
<header>
<section className="max-w-[900px] m-4 p-4 md:p-6 md:m-auto md:my-12 border border-red-400 rounded-2xl bg-slate-200 dark:bg-immich-dark-gray">