We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4e37e commit 8388544Copy full SHA for 8388544
site/src/pages/index.tsx
@@ -126,6 +126,7 @@ function MonthlyReviewsSection() {
126
const interval = setInterval(updateCountdown, 1000);
127
return () => clearInterval(interval);
128
}, []);
129
+
130
return (
131
<section className={clsx(styles.videoSection, styles.borderTop)}>
132
<div className="container">
0 commit comments