-
- Powered by
- {/* eslint-disable-next-line react/jsx-no-target-blank */}
-
+
+ {t('privacy')} {/* Fetch translated Privacy Policy text */}
+
+
+ {t('terms_of_service')}{' '}
+ {/* Fetch translated Terms of Service text */}
+
+
+
+
+ Powered by{' '}
+
Apache Answer
- the open-source software that powers Q&A communities.
- Made with love. © 2022 Answer.
+ Made with love © 2022 Answer.
@@ -49,4 +66,4 @@ const Index = () => {
);
};
-export default React.memo(Index);
+export default React.memo(Footer);