We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b20ae commit 4e5906eCopy full SHA for 4e5906e
1 file changed
src/components/Footer/Subscribe/Subscribe.tsx
@@ -26,7 +26,7 @@ export default function Subscribe(props) {
26
useEffect(() => {
27
setTimeout(() => {
28
setKey(key + 1)
29
- }, 0)
+ }, 300)
30
}, [props.lang])
31
32
0 commit comments