Skip to content

Commit 9779eb8

Browse files
committed
save
1 parent 12be01b commit 9779eb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Footer/Subscribe/Subscribe.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export default function Subscribe(props) {
5050
if(!mounted) {
5151
return null
5252
}
53+
54+
i18next.changeLanguage(props.lang)
55+
5356
return (
5457
<div className={clsx(styles.container, "dark:bg-dark-highlight")}>
5558
<div className={styles.subscribeBox}>

0 commit comments

Comments
 (0)