Update page.tsx

This commit is contained in:
암냥 2026-01-20 19:34:31 +09:00 committed by GitHub
commit a3294a0648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ import TimelineComponent from "@/components/timeline";
import Image from "next/image";
import DraggableWindow from "@/components/DraggableWindow";
import ReadmeWindow from "@/components/ReadmeWindow";
import Snowfall from 'react-snowfall';
// import Snowfall from 'react-snowfall';
import { useTheme } from "next-themes";
// import { Banner } from "@/components/ui/banner";
import { LinkIcon, TreeDeciduous, TreePalmIcon, TreesIcon } from "lucide-react";
@ -27,7 +27,7 @@ export default function Page() {
return (
<main className="min-h-screen w-screen overflow-y-scroll snap-y snap-mandatory relative">
<Snowfall color={theme === 'dark' ? '#ffffff' : '#bcbcd6ff'} />
{/* <Snowfall color={theme === 'dark' ? '#ffffff' : '#bcbcd6ff'} /> */}
<div className="max-w-3xl w-full flex flex-row h-auto mx-auto gap-4 items-center my-8 lg:px-0 px-8">
<Image