Skip to content

Commit a6f0bc5

Browse files
committed
Updated location of limits Video on the home page
1 parent a59c373 commit a6f0bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calc-frontend/src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SignInButton from "../components/ui/SignInButton";
55
import SignOutButton from "../components/ui/SignOutButton";
66
import derivativeVideo from '../animations/manim-videos/derivativeAnimation/1080p60/DerivativeAnimation.mp4';
77
import integralVideo from '../animations/manim-videos/integralAnimation/1080p60/RightRiemannSum.mp4';
8-
import limitVideo from '../animations/manim-videos/limitAnimation/1080p60/Limit.mp4';
8+
import limitVideo from '../animations/manim-videos/limitsAnimation/1080p60/Limit.mp4';
99

1010
function Home() {
1111
const { session, isPending } = useAuth();

0 commit comments

Comments
 (0)