fix: show star field in light mode (was hidden dark:block)
This commit is contained in:
parent
4ca69a2b0d
commit
4cd4ee208c
1 changed files with 1 additions and 4 deletions
|
|
@ -5,10 +5,7 @@ import StarField from "@/components/star-field"
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<div className="h-screen flex flex-col bg-background text-foreground overflow-hidden relative">
|
<div className="h-screen flex flex-col bg-background text-foreground overflow-hidden relative">
|
||||||
{/* Starfield — dark mode only */}
|
|
||||||
<div className="hidden dark:block">
|
|
||||||
<StarField />
|
<StarField />
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Nebula glows */}
|
{/* Nebula glows */}
|
||||||
<div className="absolute inset-0 pointer-events-none overflow-hidden" aria-hidden>
|
<div className="absolute inset-0 pointer-events-none overflow-hidden" aria-hidden>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue