add page titles for settings views (#11132)

This commit is contained in:
Josh Hawkins
2024-04-27 12:02:01 -05:00
committed by GitHub
parent cc851555e4
commit 3348af1e6d
8 changed files with 37 additions and 3 deletions

View File

@@ -100,6 +100,10 @@ export default function Settings() {
}
}, [tabsRef, pageToggle]);
useEffect(() => {
document.title = "Settings - Frigate";
}, []);
return (
<div className="size-full p-2 flex flex-col">
<div className="w-full h-11 relative flex justify-between items-center">