Skip to content

Commit

Permalink
hot-fix: ignore ts for animate presence of framer-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
suzit-10 committed Jan 20, 2025
1 parent d09300d commit b1e5892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/views/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function LandingPage() {
return (
<main className="landing-page naxatw-font-secondary">
<Navbar />
{/* @ts-ignore */}
<AnimatePresence>{openSignInMenu && <SignInOverlay />}</AnimatePresence>
<Home />
<AboutTM />
Expand Down

0 comments on commit b1e5892

Please sign in to comment.