Skip to content

Commit 1ca8323

Browse files
committed
removed welcome animation
1 parent cb9f2d7 commit 1ca8323

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client-test/src/components/Home/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { HeroSection } from "@/components/hero-section"
88
import { FeatureCard } from "@/components/feature-card"
99
import { useAuth } from "@/context/AuthContext"
1010
import ScrollToTopButton from "../scrolltotop"
11-
import ConfettiPapers from "@/lib/welcome-animations"
12-
1311

1412
const Home = () => {
1513
const { user } = useAuth();
@@ -137,7 +135,6 @@ const Home = () => {
137135
</section>
138136

139137
<ScrollToTopButton />
140-
<ConfettiPapers />
141138
</div>
142139
)
143140
}

0 commit comments

Comments
 (0)