We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4806f6e commit e228e6aCopy full SHA for e228e6a
src/pages/Home/index.tsx
@@ -10,7 +10,7 @@ export default function Home() {
10
const { t } = useTranslation();
11
12
useEffect(() => {
13
- document.title = t('common.title');
+ document.title = t('common.appName');
14
}, [t]);
15
16
return (
0 commit comments