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