♻️ Fix head title for preferences page

This commit is contained in:
Meier Lukas
2023-08-05 16:34:38 +02:00
parent f650915832
commit 6aff6dbedc
3 changed files with 7 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ type ExperimentalHeaderNoteProps = {
visible?: boolean;
};
const ExperimentalHeaderNote = ({ visible = false, height = 30 }: ExperimentalHeaderNoteProps) => {
const { t } = useTranslation();
const { t } = useTranslation('layout/header');
if (!visible) return null;
return (