Skip to content

Commit

Permalink
added video to faq and ads video to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
LollyTim committed Aug 24, 2024
1 parent 8c1846d commit 0b8e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/homepage/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const HowItWorks: React.FC = () => {

const handleCloseVideo = () => {
setShowVideo(false);
timeoutReference.current = setTimeout(() => setShowVideo(true), 40000);
timeoutReference.current = setTimeout(() => setShowVideo(true), 9000);
};

useEffect(() => {
Expand Down

0 comments on commit 0b8e7be

Please sign in to comment.