We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7f1d5 commit 4f024d5Copy full SHA for 4f024d5
1 file changed
src/components/Footer/Footer.astro
@@ -5,6 +5,6 @@ import i18next from "i18next"
5
---
6
7
<div>
8
- <Subscribe client:idle lang={i18next.language} />
+ <Subscribe client:visible lang={i18next.language} />
9
<PureFooter />
10
</div>
0 commit comments